@rempart/mcp
v0.2.0
Published
MCP server exposing Rempart signed anti-scam verdicts to agents (Claude Code, Cursor, any MCP client).
Readme
@rempart/mcp
MCP server exposing Rempart signed anti-scam verdicts (Solana) to any MCP client. Tools: score_token, deep_report, get_pricing.
Claude Code / Cursor (stdio)
.mcp.json at your project root:
{
"mcpServers": {
"rempart": {
"command": "npx",
"args": ["-y", "@rempart/mcp"],
"env": {
"REMPART_API_KEY": "rk_your_key",
"REMPART_API_URL": "https://api.rempart.example"
}
}
}
}Then ask your agent: "score this token before you recommend it: <mint>".
HTTP (hébergé)
Transport HTTP streamable prévu avec le déploiement de l'API (même auth par clé). Non actif tant que l'API n'est pas en production.
Comportement d'échec
API injoignable → le tool renvoie un état explicite UNKNOWN — do NOT assume the token is safe (isError: true), jamais un silence. Toutes les sorties incluent disclaimer: data-not-advice.
