- Orbis Crypto Mcp
Orbis Crypto Mcp
Access 1,900+ blockchain and DeFi APIs through a single MCP. Estimate gas fees, analyze wallets, score on-chain volume, label addresses, and more. Pay-per-call in USDC via x402 on Base — no API keys, no subscriptions.
Overview
Orbis Crypto & Blockchain MCP ₿
Real on-chain and crypto APIs for AI agents. Pay per call with USDC on Base — no API keys, no accounts, no subscriptions.
What's Actually In Here
These are the most-called APIs in this domain on Orbis:
| API | Calls | What it does |
|---|---|---|
| Gas Fee Estimator API | 521 | Real-time gas price estimates across chains |
| On-Chain Volume Score API | 351 | Score a wallet's on-chain trading volume |
| Crypto Address Labeler API | 283 | Tag an address: exchange, mixer, whale, contract |
| Web3 Wallet Analyzer API | 218 | Full wallet breakdown: holdings, activity, risk |
| Wallet API | 211 | General-purpose wallet data and metadata |
| Web3 Integration API | 202 | Web3 connectivity utilities for agents |
| Web3 Wallet Activity Scorer API | 197 | Score wallet activity patterns 0–100 |
| Blockchain Concepts Guide API | 171 | Explain blockchain concepts in plain language |
| Web3 Wallet Risk Scorer API | 169 | Risk score a wallet from on-chain behavior |
| On-Chain Wallet Scoring API | 139 | Composite wallet health and reputation score |
| Smart Contract Permission Explainer API | 61 | Explain what permissions a contract is requesting |
| Crypto Airdrop Eligibility Rules API | 55 | Check eligibility criteria for crypto airdrops |
Quick Start
No API key needed. No account. Paste into your MCP client:
Claude Desktop / Claude Code
{
"mcpServers": {
"orbis-crypto": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://orbisapi.com/api/mcp/crypto"]
}
}
}
Config path: ~/Library/Application Support/Claude/claude_desktop_config.json
Cursor / Windsurf / Cline
{
"mcpServers": {
"orbis-crypto": {
"url": "https://orbisapi.com/api/mcp/crypto"
}
}
}
OpenAI Codex CLI
# ~/.codex/config.yaml
mcpServers:
orbis-crypto:
type: url
url: "https://orbisapi.com/api/mcp/crypto"
Example Prompts
Once connected, try asking your AI:
- "What's the current gas fee estimate for a swap on Ethereum?"
- "Label this address — is it an exchange, mixer, or whale? 0x28C6c06298d514Db089934071355E5743bf21d60"
- "Analyze this wallet's on-chain activity and give me a risk score: 0x..."
- "Score this wallet's trading volume vs the average on-chain: 0x..."
- "Explain what permissions this smart contract is requesting before I approve it"
- "Is this wallet eligible for the upcoming airdrop?"
Direct x402 Usage (Node.js)
import { wrapFetchWithPayment } from "x402-fetch";
import { privateKeyToAccount } from "viem/accounts";
import { createWalletClient, http } from "viem";
import { base } from "viem/chains";
const account = privateKeyToAccount(process.env.WALLET_PRIVATE_KEY);
const walletClient = createWalletClient({ account, chain: base, transport: http() });
const fetch = wrapFetchWithPayment(globalThis.fetch, walletClient);
// Gas fee estimate — one of the most-called APIs in this domain
const resp = await fetch(
"https://orbisapi.com/api/proxy/gas-fee-estimator-api-a96f58/estimate",
{ method: "POST", headers: { "Content-Type": "application/json" },
body: JSON.stringify({ chain: "ethereum", type: "swap" }) }
);
console.log(await resp.json());
See example.mjs for a full working script.
All Orbis Domain MCPs
| Domain | URL |
|---|---|
| ₿ Crypto & Blockchain | https://orbisapi.com/api/mcp/crypto |
| 🔍 Research & Data | https://orbisapi.com/api/mcp/research |
| 🛒 Commerce & Retail | https://orbisapi.com/api/mcp/commerce |
| ✈️ Travel | https://orbisapi.com/api/mcp/travel |
| 🌐 All 20,000+ APIs | https://orbisapi.com/api/mcp |
Built by Orbis — the API marketplace for AI agents.
Connect
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"orbis-crypto": { "url": "https://orbisapi.com/api/mcp/crypto" }
}
}
OpenAI Agents SDK
Python:
from agents.mcp import MCPServerStreamableHttp
from agents import Agent, Runner
mcp = MCPServerStreamableHttp(url="https://orbisapi.com/api/mcp/crypto")
agent = Agent(
name="Orbis Crypto Agent",
model="gpt-4o",
mcp_servers=[mcp]
)
result = await Runner.run(agent, "Browse available crypto APIs")
print(result.final_output)
TypeScript:
import { Agent, run } from "@openai/agents";
import { MCPServerStreamableHttp } from "@openai/agents/mcp";
const mcp = new MCPServerStreamableHttp({
url: "https://orbisapi.com/api/mcp/crypto",
});
const agent = new Agent({
name: "Orbis Crypto Agent",
model: "gpt-4o",
mcpServers: [mcp],
});
const result = await run(agent, "Browse available crypto APIs");
console.log(result.finalOutput);
Calls are billed per-use in USDC via x402 on Base mainnet. No subscription, no API key required.
Server Config
{
"mcpServers": {
"orbis-crypto": {
"url": "https://orbisapi.com/api/mcp/crypto"
}
}
}Recommend Servers
TraeBuild with Free GPT-4.1 & Claude 3.7. Fully MCP-Ready.
Zhipu Web SearchZhipu Web Search MCP Server is a search engine specifically designed for large models. It integrates four search engines, allowing users to flexibly compare and switch between them. Building upon the web crawling and ranking capabilities of traditional search engines, it enhances intent recognition capabilities, returning results more suitable for large model processing (such as webpage titles, URLs, summaries, site names, site icons, etc.). This helps AI applications achieve "dynamic knowledge acquisition" and "precise scenario adaptation" capabilities.
CursorThe AI Code Editor
EdgeOne Pages MCPAn MCP service designed for deploying HTML content to EdgeOne Pages and obtaining an accessible public URL.
RedisA Model Context Protocol server that provides access to Redis databases. This server enables LLMs to interact with Redis key-value stores through a set of standardized tools.
DeepChatYour AI Partner on Desktop
MiniMax MCPOfficial MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.
Serper MCP ServerA Serper MCP Server
BlenderBlenderMCP connects Blender to Claude AI through the Model Context Protocol (MCP), allowing Claude to directly interact with and control Blender. This integration enables prompt assisted 3D modeling, scene creation, and manipulation.
Visual Studio Code - Open Source ("Code - OSS")Visual Studio Code
AiimagemultistyleA Model Context Protocol (MCP) server for image generation and manipulation using fal.ai's Stable Diffusion model.
Playwright McpPlaywright MCP server
MCP AdvisorMCP Advisor & Installation - Use the right MCP server for your needs
Amap Maps高德地图官方 MCP Server
Jina AI MCP ToolsA Model Context Protocol (MCP) server that integrates with Jina AI Search Foundation APIs.
WindsurfThe new purpose-built IDE to harness magic
Y GuiA web-based graphical interface for AI chat interactions with support for multiple AI models and MCP (Model Context Protocol) servers.
ChatWiseThe second fastest AI chatbot™
Howtocook Mcp基于Anduin2017 / HowToCook (程序员在家做饭指南)的mcp server,帮你推荐菜谱、规划膳食,解决“今天吃什么“的世纪难题;
Based on Anduin2017/HowToCook (Programmer's Guide to Cooking at Home), MCP Server helps you recommend recipes, plan meals, and solve the century old problem of "what to eat today"
Baidu Map百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Tavily Mcp