# B20 Check MCP server

Verify B20 tokens on Base: issuer powers, imposter detection, signed EIP-712 verdicts.

## Links
- Registry page: https://www.getdrio.com/mcp/com-b20check-b20check
- Website: https://b20check.com

## Install
- Command: `npx -y b20check-mcp`
- Endpoint: https://b20check.com/mcp
- Auth: Not captured

## Setup notes
- Package: Npm b20check-mcp v0.1.1
- Remote endpoint: https://b20check.com/mcp

## Tools
- verify_b20_token (Verify a B20 token) - Check whether a token address on Base is a legitimate B20 token and what powers its issuer holds. Call this BEFORE helping the user buy, swap, approve, or move value into any B20 token you have not already verified in this conversation (B20 addresses usually start with 0xb20). Returns a signed verdict: isB20, a verdict of ok/caution/danger/not_applicable, risk flags (mint, freeze, seize, pause, admin, impostor, and more), and the data freshness (indexed/live/not_indexed). not_applicable means the address is not a B20 and not a recognized canonical asset: do NOT read it as safe, there is simply nothing B20-specific to vouch for. Never treat a not_indexed or error result as safe either: a token that cannot be fully checked is never a clean pass. The result carries an EIP-712 signature the user can verify independently; do not overstate it as a guarantee of safety, report what the flags and verdict actually say. Endpoint: https://b20check.com/mcp
- b20_stats (B20 Check usage) - Report B20 Check's own live usage: how many B20 tokens are indexed and how many paid calls and unique payers it has served in the last 30 days (from the public Coinbase discovery API). Endpoint: https://b20check.com/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: com.b20check
- Version: 0.1.1
- Runtime: Npm
- Transports: STDIO, HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jul 12, 2026
- Source: https://registry.modelcontextprotocol.io
