AI Data Marketplace
Provides access to GitHub trending repositories and developer contact email records.
AI Data Marketplace MCP Server
Model Context Protocol (MCP) server and machine-to-machine data API gateway powered by the x402 Payment Protocol on Base Mainnet.
Install
Run directly with npm:
npx -y dopaminedesk-ai-data-marketplace-mcpClaude Desktop or another stdio-compatible MCP client:
{
"mcpServers": {
"dopaminedesk-data-arcade": {
"command": "npx",
"args": ["-y", "dopaminedesk-ai-data-marketplace-mcp"]
}
}
}Official MCP Registry name: io.github.jblaz6335/ai-data-marketplace.
Related MCP server: hyperd-mcp
Published Distribution
npm:
dopaminedesk-ai-data-marketplace-mcp, version 2.2.0Official MCP Registry:
io.github.jblaz6335/ai-data-marketplace, activeSmithery:
jblaz6335/dopaminedesk-agent-data-arcade, livePulseMCP: queued for ingestion through its Official MCP Registry feed
The production catalog contains 43 capability-audited billable tools and 86 total public catalog entries. The billable set consists of 36 live-source tools, 1 verified government-contract snapshot, 5 input-sensitive processors, and 1 verified payment-credit service. Of all public entries, 46 are operational and 40 are labeled preview-only fixtures. Every API response identifies its data mode, availability, billing state, and backing source.
The MCP adapter builds its tool list from the production OpenAPI document. It does not maintain a stale hand-written endpoint list.
Production API Service
Base Service URL:
https://ai-data-marketplace-1042299154756.us-central1.run.appOpenAPI Specification:
https://ai-data-marketplace-1042299154756.us-central1.run.app/openapi.jsonPostman 1-Click Collection:
https://ai-data-marketplace-1042299154756.us-central1.run.app/postman.jsonLLM Manifest:
https://ai-data-marketplace-1042299154756.us-central1.run.app/llms.txtx402 Protocol Manifest:
https://ai-data-marketplace-1042299154756.us-central1.run.app/.well-known/x402x402scan Marketplace Page:
https://www.x402scan.com/server/8dd63536-ba25-40f4-b36a-7d05ed18d007
The paid OpenAPI contract contains exactly the 43 billable products. The broader catalog endpoint retains 40 clearly labeled preview fixtures for evaluation, but those routes do not appear as purchasable OpenAPI products.
Data Schema Inspection Mode
Client applications and autonomous agents can evaluate response schemas and data quality without executing a paid transaction by adding the preview=true parameter:
curl -s "https://ai-data-marketplace-1042299154756.us-central1.run.app/api/v1/candles?preview=true&ticker=bitcoin"Endpoints & Pricing Catalog
Endpoint | Data Type / Description | Settlement (USDC) |
| Live CoinGecko market price history | 0.05 USDC |
| Live market quote snapshot | 0.05 USDC |
| Official SEC filing metadata and links | 0.10 USDC |
| Live GoPlus token security signals | 0.10 USDC |
| Read-only EVM call and gas simulation | 0.10 USDC |
| Live Open-Meteo forecast | 0.02 USDC |
| Public page to bounded Markdown-like text | 0.01 USDC |
| Live Clearbit company suggestions | 0.10 USDC |
| Live official-city business registration prospects | 0.05 USDC |
| 100 API-verified USAspending award records | 0.10 USDC |
| Deterministic extractive summarization | 0.02 USDC |
| Live MyMemory translation | 0.02 USDC |
See the production x402 manifest or OpenAPI document for the complete live list. Preview-only fixtures return TOOL_NOT_FOR_SALE without preview=true.
Standard x402 v2 Payment Flow
Every billable product uses x402 v2 exact payments through the PayAI facilitator on Base mainnet:
Call a paid endpoint without payment and read the base64-encoded
PAYMENT-REQUIREDresponse header.Use an x402 v2 client and buyer wallet to sign the exact USDC authorization.
Retry with the resulting
PAYMENT-SIGNATUREheader.On success, read the settled transaction details from
PAYMENT-RESPONSE.
The MCP adapter returns both the decoded challenge and the original payment_required_header. A compatible buyer can sign that challenge and retry the same tool with the payment_signature input. Successful responses include payment_response_header.
The server advertises Bazaar discovery schemas for all 43 products. PayAI handles verification and settlement; USDC is delivered directly to the configured marketplace wallet.
Legacy Integration Client (client.py)
The included Python helper preserves the confirmed-transaction fallback for older integrations that do not yet use an x402 v2 signing client:
import requests
MARKETPLACE_URL = "https://ai-data-marketplace-1042299154756.us-central1.run.app"
# 1. Request the standard challenge and legacy invoice body
invoice_response = requests.get(f"{MARKETPLACE_URL}/api/v1/candles?ticker=bitcoin")
invoice = invoice_response.json()["x402_invoice"]
print("Pay this Base USDC invoice with an external wallet:", invoice)
# 2. After paying externally, retry with the real Base transaction hash and invoice ID
headers = {
"x-402-payment-tx": "0x_YOUR_REAL_BASE_TRANSACTION_HASH",
"x-402-payment-id": invoice["payment_id"]
}
data = requests.get(f"{MARKETPLACE_URL}/api/v1/candles?ticker=bitcoin", headers=headers).json()
print("Payload Result:", data)License
MIT License. Open-source Model Context Protocol server.
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
- Flicense-qualityDmaintenance56 pay-per-call MCP endpoints for AI agents. Market signals, macro economics, crypto/DeFi, geopolitical intelligence, SEC filings, GitHub velocity, sanctions screening. USDC on Base Mainnet via x402.Last updated

hyperd-mcpofficial
AlicenseAqualityAmaintenancePre-trade DeFi intelligence for AI agents. 20 paid x402 endpoints, USDC on Base.Last updated23721MIT- AlicenseAqualityCmaintenancePay-per-call x402 data products on Base mainnet — sanctions screening, aviation weather, mortgage rates, US property dossier, title chain, wallet balance, and agent session auth. Every call settles in USDC with an on-chain receipt, no accounts or API keys.Last updated739MIT

Funding-mcpofficial
AlicenseAqualityBmaintenanceReal-time perp market-data for AI trading agents — funding rates, funding-arb signals, open interest, volume, orderbook depth/slippage and oracle families across 25 venues, plus HIP-3 RWA coverage (tokenized stocks, metals, oil) that mainstream aggregators lack. x402-native pay-per-call (USDC on Base): one free funding screener tool + 11 paid tools with auto-pay.Last updated12311MIT
Related MCP Connectors
Pay-per-use weather, environment, finance, and on-chain intelligence tools for AI agents via x402.
30 pay-per-call APIs for AI agents: compliance, trade, safety, web, data. USDC on Base via x402.
Pay-per-call data tools for AI agents: crypto signal, web reader, SEO audit. x402 USDC on Base.
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/jblaz6335/mcp-server-aidatamarketplace'
If you have feedback or need assistance with the MCP directory API, please join our Discord server