crypto-knowledge
Provides EVM RPC access for multi-chain queries, balance checks, and transaction building using the user's own Alchemy API key.
Supports Ethereum mainnet for operations such as portfolio balance checks, ERC-20 allowance management, contract ABI decoding, token swaps, and security scans.
Resolves and fetches IPFS metadata for pump.fun tokens, enabling retrieval of token metadata.
Supports Optimism network for multi-chain operations including balance checks, swaps, and contract interactions.
Supports Polygon network for multi-chain operations including balance checks, swaps, and contract interactions.
Supports Solana for operations such as portfolio balance checks, token swaps via Jupiter, and security scans including honeypot detection.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@crypto-knowledgescan contract 0x1234 for security issues"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Crypto-Knowledge
The on-chain brain for autonomous AI agents. An MCP server that lets agents perform complex crypto operations — cross-chain routing, contract decoding, portfolio & allowance management, gas/profit estimation and anti-rug security checks — safely and deterministically.
Keystore-free by design. The server never holds private keys and never signs. Every write action returns an unsigned, ready-to-sign transaction; the agent signs it with its own wallet. The server is multi-tenant and stateless — bring your own address, get back data + unsigned transactions.
Tools (11)
Tool | What it does |
| Best cross-chain route between any chains/tokens (e.g. CRO → SOL). Queries LiFi + deBridge in parallel, compares output, returns the best route plus alternatives, each with a ready-to-sign transaction. |
| Direct on-chain pump.fun reads: live bonding-curve reserves, price, graduation progress, market cap, and resolved IPFS metadata. |
| EIP-1559 multi-chain gas estimation + net-profit verdict after gas & slippage (arbitrage guard). |
| Fetch any verified EVM contract's ABI (Etherscan V2 / Sourcify), follow EIP-1967 proxies, and tell the agent exactly which parameters each function needs. Decode/encode calldata — |
| Multi-chain balances (native + ERC-20 + SPL) and ERC-20 allowance management (check / approve / revoke) returning unsigned transactions. |
| Anti-rug scan via GoPlus + honeypot.is (EVM and Solana): honeypot/non-transferable, taxes, liquidity locks, mint/freeze/blacklist/pause powers, holder concentration → 0-100 risk score with red flags. |
| Private-RPC guidance (Flashbots Protect, MEV Blocker) + per-chain sandwich risk so the agent broadcasts safely. |
| Recent large ERC-20 transfers ("whale moves") for a token over a block window, decoded + sorted. |
| Quote & build same-chain Solana swaps via Jupiter (e.g. SOL→USDC, buy a graduated pump token) — returns a serialized unsigned transaction. |
| Dry-run an EVM transaction (eth_call) before signing and decode the revert reason (Error/Panic/custom) — never burn gas on a doomed tx. |
| Discovery: lists every tool, supported chain (id/native asset) and provider mode so an agent can self-configure. |
Related MCP server: Armor Crypto MCP
Supported chains
Ethereum, Base, Arbitrum, Optimism, Polygon, Cronos, ApeChain, BNB Smart Chain, Avalanche, Solana (10). Chain-agnostic by design — adding a chain is a single registry entry (src/registry/chains.ts).
Quick start
npm install
cp .env.example .env # optional keys — everything degrades to public RPC without them
npm test # 31 deterministic unit tests
npm run dev # run the MCP server over stdioUse it from an MCP client (e.g. Claude Code)
{
"mcpServers": {
"crypto-knowledge": {
"command": "npx",
"args": ["tsx", "/absolute/path/to/Crypto-Knowledge/src/index.ts"]
}
}
}Provider modes (per call)
The caller chooses how RPC/data is sourced:
open— public RPCs only. Free, but limited data (e.g. no ERC-20 auto-discovery) and lower rate limits.own_key⭐ recommended — pass your own freeheliusKey/alchemyKey. Best performance, your quota. Keys are used transiently and never stored or logged.tool— use the operator's keys (never exposed). Reserved for NFT-holders / paid tier when access gating is enabled.
Get a free key at helius.dev (Solana) and alchemy.com (EVM). The tool will nudge you when you're on a degraded public RPC.
Access & monetization (hosted mode)
When ACCESS_GATING_ENABLED=true (off by default for local stdio use):
Holder — owns the configured gating NFT (on-chain verified) → free, higher limits, may use the tool's keys.
Paid — $0.10 per request via x402.
Free — public-RPC tier with conservative limits.
Architecture
agent ──▶ MCP tools (6 modules)
└─ core: RPC pool · retry/backoff · canonical errors · provider resolver
└─ access: sliding-window rate limit · NFT gate
returns ONLY unsigned tx + data → agent signs locallySee ARCHITECTURE.md for the full design, JSON I/O specs and R&D roadmap.
Security
No private keys, ever. Read + build-unsigned-tx only.
Operator keys are server-side only and never echoed to callers.
Caller-supplied keys are transient (never persisted/logged).
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityBmaintenanceTransforms AI assistants into autonomous crypto trading agents with real-time market analysis, portfolio management, and trade execution across 17+ blockchains.321252MIT
- AlicenseCqualityDmaintenanceEnables AI agents to interact with cryptocurrency ecosystems through wallet management, trading operations (swaps, DCA, limit orders), staking, and multi-chain support starting with Solana.37GPL 3.0
- AlicenseCqualityDmaintenanceEnables AI agents to interact with any EVM-compatible blockchain through natural language, supporting token swaps, cross-chain bridges, staking, lending, governance, gas optimization, and portfolio tracking across networks like Ethereum, BSC, Polygon, Arbitrum, and more.1001239Inno Setup
- AlicenseAqualityDmaintenanceProvides permissionless wallet infrastructure for AI agents to manage wallets, sign transactions, and handle tokens across Solana and all EVM-compatible chains. It includes 29 specialized tools for on-chain operations, featuring built-in security guards and automated x402 payment processing without KYC requirements.293343MIT
Related MCP Connectors
Token swaps and honeypot/rug checks for AI agents on 8 chains, paid per-call in USDC via x402.
Non-custodial DeFi for AI agents: swaps, concentrated liquidity (V3/V4) zaps + ranges, 5 EVM chains
Provide AI agents and automation tools with contextual access to blockchain data including balance…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/DerDoPhil/crypto-knowledge'
If you have feedback or need assistance with the MCP directory API, please join our Discord server