explaingit

blockchainanalysis/mcp-server

Analysis updated 2026-05-18

1Audience · developerComplexity · 2/5Setup · easy

TLDR

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.

Mindmap

mindmap
  root((blockchainanalysis MCP))
    Free Tools
      Stablecoin freeze check
      Freeze event history
      Token security scan
      Token approvals list
    Paid Tools
      Wallet screening 1.50
      KYT risk verdict 2.00
      Consumer protection 1.00
    Payment
      USDC on Base
      x402 per-call
      No account needed
    Integration
      Cursor Claude Code
      HTTP endpoint
      No local install
Click or tap to explore — scroll the page freely

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Connect the server to an AI agent to screen a wallet address against OFAC and international sanctions lists before processing a payment.

USE CASE 2

Ask an AI assistant to check whether a token is a honeypot or has unusually high buy/sell taxes before investing.

USE CASE 3

Build a compliance workflow where an agent runs a KYT risk check and returns a verdict before approving a transaction.

What is it built with?

MCPUSDCBase blockchainx402REST API

How does it compare?

blockchainanalysis/mcp-server195516184-a11y/esp32-mcp-parenting-robota-bissell/unleash-lite
Stars111
LanguagePython
Setup difficultyeasymoderatehard
Complexity2/53/54/5
Audiencedevelopergeneralresearcher

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · easy Time to first run · 5min

No API key or account needed, paid calls require the calling agent's wallet to hold USDC on the Base blockchain.

No license information was found in the README.

In plain English

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.

Copy-paste prompts

Prompt 1
I added the BlockchainAnalysis MCP server to Claude. Write a prompt that asks the agent to screen a wallet address for sanctions and explain what the results mean.
Prompt 2
Walk me through what happens when I call check_token_security on a new token. What does the honeypot check actually test, and how do I interpret the result?
Prompt 3
Help me build a Claude agent that screens every incoming crypto payment with a KYT check and refuses transactions with a high risk verdict. Explain how x402 payment works.
Prompt 4
I connected blockchainanalysis MCP to Cursor. How do I test that the free check_stablecoin_freeze tool is working correctly?

Frequently asked questions

What is mcp-server?

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.

What license does mcp-server use?

No license information was found in the README.

How hard is mcp-server to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is mcp-server for?

Mainly developer.

Open on GitHub → Explain another repo

This repo across BitVibe Labs

Scan in gitsafehub Deploy in gitdeployhub blockchainanalysis on gitmyhub

Verify against the repo before relying on details.