@basis-protocol/mcp-server
v1.1.1
Published
MCP server for Basis Protocol — verifiable risk intelligence for stablecoins and wallet risk profiles
Downloads
835
Maintainers
Readme
@basis-protocol/mcp-server
MCP server for Basis Protocol — verifiable risk intelligence for on-chain finance.
Query stablecoin integrity scores, wallet risk profiles, transaction risk assessment, and scoring methodology across 44,000+ wallets tracking $67B+ in stablecoin value.
Install
npx @basis-protocol/mcp-serverTools
| Tool | Description |
|------|-------------|
| get_stablecoin_scores | All scored stablecoins with SII scores and grades |
| get_stablecoin_detail | Full score breakdown for a specific stablecoin |
| get_wallet_risk | Risk profile for any Ethereum wallet |
| get_wallet_holdings | Per-asset holdings breakdown with SII scores |
| get_riskiest_wallets | Wallets with most at-risk capital |
| get_scoring_backlog | Unscored assets ranked by capital exposure |
| check_transaction_risk | Composite risk assessment: asset + sender + receiver |
| get_methodology | Current SII formula, weights, and version |
Usage with Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"basis-protocol": {
"command": "npx",
"args": ["-y", "@basis-protocol/mcp-server"]
}
}
}Usage with HTTP transport
npx @basis-protocol/mcp-server --http
# Listens on port 3000, endpoint: /mcpData
- 17 stablecoins scored (SII v1.0.0)
- 44,000+ wallets indexed on Ethereum mainnet
- $67B+ in stablecoin value tracked
- Risk scores, concentration analysis (HHI), coverage quality
- Deterministic, version-controlled methodology
