Analysis updated 2026-05-18
Connect the server to an AI agent to screen a wallet address against OFAC and international sanctions lists before processing a payment.
Ask an AI assistant to check whether a token is a honeypot or has unusually high buy/sell taxes before investing.
Build a compliance workflow where an agent runs a KYT risk check and returns a verdict before approving a transaction.
| blockchainanalysis/mcp-server | 195516184-a11y/esp32-mcp-parenting-robot | a-bissell/unleash-lite | |
|---|---|---|---|
| Stars | 1 | 1 | 1 |
| Language | — | — | Python |
| Setup difficulty | easy | moderate | hard |
| Complexity | 2/5 | 3/5 | 4/5 |
| Audience | developer | general | researcher |
Figures from each repo's GitHub metadata at analysis time.
No API key or account needed, paid calls require the calling agent's wallet to hold USDC on the Base blockchain.
BlockchainAnalysis is an MCP server that gives AI agents the ability to run compliance checks on cryptocurrency wallets and tokens. MCP (Model Context Protocol) is an open standard that lets AI assistants call external tools during a conversation, once connected, an AI agent can ask this server whether a wallet is flagged, whether a token is a honeypot, or what risk level a particular address carries, and receive structured answers it can use in its replies. The server is hosted remotely and reached over an HTTP endpoint. Connecting it to an AI assistant takes a single configuration line in Cursor, Claude Code, or the Claude desktop app. No local installation is needed. The tools split into two tiers. The free tools read publicly available on-chain data: whether a wallet is blacklisted by Tether or Circle (the companies behind USDT and USDC stablecoins), the history of freeze and unfreeze events for a wallet, a buy-and-sell simulation that flags honeypot tokens or unusually high transaction taxes, and a list of active spending permissions a wallet has granted to other contracts. The paid tools do more involved analysis. A wallet screening call costs $1.50 and searches a database of over one billion labelled addresses for matches against sanctions lists from OFAC, the EU, the UN, the UK, and Switzerland, as well as known scam accounts, mixers, and exchanges. A KYT (Know Your Transaction) check costs $2.00 and returns a risk verdict combining sanctions status, entity classification, and a financial institution score. A consumer-protection check costs $1.00 and returns a safety rating and a score from 0 to 100. Payment for the paid calls is settled per call in USDC on the Base blockchain through a protocol called x402. No account signup and no API key are needed: the agent's own wallet sends the payment automatically when a paid tool is called. The repository includes a tutorial for building a compliance agent in five minutes.
A hosted MCP server that lets AI agents run crypto compliance checks on wallets and tokens, with free on-chain lookups and paid risk-scoring calls settled per-call in USDC on Base.
No license information was found in the README.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.