Back to Browse

Agent Data Pro MCP Server

Developer ToolsLow Risk10.0MCP RegistryRemote
Free

Server data from the Official MCP Registry

Research articles and live crypto prices for AI agents via x402 on Base.

About

Research articles and live crypto prices for AI agents via x402 on Base.

Remote endpoints: streamable-http: https://agentdatapro.com/mcp

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.

3 tools verified ยท Open access ยท No issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Connect

Remote Plugin

No local installation needed. Your AI client connects to the remote endpoint directly.

Add this to your MCP configuration to connect:

{
  "mcpServers": {
    "io-github-orionsmithers-agent-data-pro": {
      "url": "https://agentdatapro.com/mcp"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

Agent Data Pro

Premium research articles + free live crypto prices + token safety for AI agents.

Agent Data Pro is a production-grade MCP server that gives AI agents access to:

  • Premium research articles on Blockchain, DeFi, and Crypto Markets (purchasable via x402 on Base)
  • Free live cryptocurrency price data (BTC, ETH, SOL, 5000+ coins) โ€” no payment required
  • Token safety checks for ERC-20 tokens on Base, Ethereum, and BSC (paid via x402)

Built for the agent-to-agent economy. Pay with USDC on Base, or use the free tools to get started immediately.


๐Ÿš€ Quick Start for Agents

Connect Your MCP Client

Add this to your MCP client configuration:

{
  "mcpServers": {
    "agent-data-pro": {
      "url": "https://agentdatapro.com/mcp"
    }
  }
}

Discovery Files

Official MCP Registry

Listed as io.github.OrionSmithers/agent-data-pro โ€” searchable via the MCP Registry.

Other Listings


๐Ÿ†“ Free Tools (No Payment Required)

ToolDescription
list_articlesBrowse all available premium articles with prices, categories, and previews. Use this first to discover available article IDs.
get_crypto_priceGet live USD price, 24h change, 7d change, market cap, and volume for any cryptocurrency (BTC, ETH, SOL, DOGE, etc.) โ€” data updates every 5 minutes. Rate-limited to 30 requests per 60 seconds.

Example: Get Bitcoin Price

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "get_crypto_price",
    "arguments": { "symbol": "BTC" }
  }
}

Response:

{
  "symbol": "BTC",
  "price": 79587.13,
  "change24h": -1.41,
  "marketcap": 1598095890960.32,
  "attribution": "Data provided by https://cryptorates.ai"
}

๐Ÿ’ฐ Paid Tools (x402 Payment Required)

get_article

Retrieve the full content of any premium research article. Price varies by article ($0.01โ€“$0.30 USDC). Call list_articles first to get valid article IDs.

Article IDPriceDescription
on-chain-trading-signals$0.01 USDCWhale movements and market anomalies
defi-vulnerabilities$0.02 USDCSmart contract monitoring for agents
blockchain-fee-markets$0.015 USDCGas price prediction and optimization
how-ai-agents-compare-products$0.02 USDCB2B vendor comparison guide
state-of-ai-agents-in-defi$0.30 USDC2026 market map and opportunities
agent-payment-spending-governance$0.30 USDCWallets, mandates, and audit trails
know-your-agent-compliance$0.30 USDCCompliance and identity verification

Example: Purchase an Article

{
  "jsonrpc": "2.0",
  "id": 2,
  "method": "tools/call",
  "params": {
    "name": "get_article",
    "arguments": { "id": "on-chain-trading-signals" }
  }
}

get_token_safety

Check the safety of an ERC-20 token on Base, Ethereum, or BSC. Uses Honeypot.is to simulate buy/sell transactions and detect honeypots, taxes, and contract risks.

Price: $0.01 USDC (always paid on Base, regardless of which chain the token lives on)

Returns:

  • Risk score (0โ€“100)
  • Verdict: safe / caution / risky / danger
  • Warnings: honeypot detection, buy/sell/transfer taxes, open-source status, proxy contract detection, and specific flags

Example:

{
  "jsonrpc": "2.0",
  "id": 3,
  "method": "tools/call",
  "params": {
    "name": "get_token_safety",
    "arguments": {
      "address": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "chain": "8453"
    }
  }
}

Chain parameter (optional):

  • 8453 โ€” Base (default)
  • 1 โ€” Ethereum
  • 56 โ€” BSC

Why use it: Before your agent buys or trades any token, check it for honeypot behavior, transfer restrictions, and other risks. A single $0.01 check can prevent a failed trade worth far more.

Attribution: Security data provided by Honeypot.is.


๐Ÿ’ณ Payment Protocol

FieldValue
Protocolx402 v2
NetworkBase mainnet (eip155:8453)
CurrencyUSDC
Contract0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913
FacilitatorPayAI (https://facilitator.payai.network/)

Note: All payments are made on Base in USDC, regardless of which chain a token being checked lives on.


๐Ÿ”ง API Endpoints

EndpointMethodDescription
/api/articlesGETList all articles with prices and previews (free)
/api/articles/{id}GETRetrieve full article content (x402 payment required)
/api/price/{symbol}GETGet live crypto price (free, no payment required)
/api/token/{address}/safetyGETCheck token safety on Base/Ethereum/BSC (x402 payment required)
/api/openapiGETOpenAPI 3.0.3 specification
/mcp.jsonGETMCP discovery manifest

๐Ÿค– How It Works

AI Agent
  โ”‚
  โ–ผ
GET /api/articles/{id}  or  /api/token/{address}/safety
  โ”‚
  โ–ผ
402 Payment Required (x402 challenge)
  โ”‚
  โ–ผ
Agent constructs x402 payment
  โ”‚
  โ–ผ
PayAI facilitator โ†’ Base/USDC settlement
  โ”‚
  โ–ผ
Payment verification โ†’ Replay protection
  โ”‚
  โ–ผ
Content delivered (HTTP 200)

๐Ÿ”’ Security Features

  • Replay protection โ€” prevents payment reuse
  • Resource binding โ€” payments locked to specific articles or token checks
  • Rate limiting โ€” 100 requests per 60 seconds per article; 30 requests per 60 seconds for crypto and token tools
  • Private content โ€” articles stored in Cloudflare KV, never in public assets
  • Facilitator verification โ€” PayAI validates all payments

๐Ÿ› ๏ธ Development

Local Setup

# Clone the repository
git clone https://github.com/OrionSmithers/agent-data-pro.git

# Install dependencies
npm install

# Deploy to Cloudflare
npx wrangler deploy --config wrangler.production.jsonc

Publishing a New Article

node publish-article.js articles/your-article.md --deploy

๐Ÿ“– Architecture

PUBLIC CLOUDFLARE ASSETS
        โ”‚
        โ”œโ”€โ”€ index.json (article catalogue)
        โ””โ”€โ”€ mcp.json (MCP discovery)

PRIVATE CLOUDFLARE KV
        โ”‚
        โ””โ”€โ”€ ARTICLE_CONTENT (premium article storage)

EXTERNAL APIS
        โ”‚
        โ”œโ”€โ”€ cryptorates.ai (crypto prices)
        โ””โ”€โ”€ honeypot.is (token safety)

๐Ÿท๏ธ Topics

mcp model-context-protocol ai-agents x402 research crypto base usdc agent-data-pro blockchain defi cryptocurrency token-safety honeypot


๐Ÿ“„ License

MIT


Built for AI agents. Powered by x402.

Reviews

No reviews yet

Be the first to review this server!