AI Data Marketplace
Provides access to GitHub trending repositories and developer contact email records.
DopamineDesk x402 Marketplace MCP Server
Decision-ready machine-to-machine reports paid per request with the x402 Payment Protocol on Base Mainnet.
No API key. No account. No subscription. Buy one current answer in USDC when a workflow needs it. The catalog includes transaction preflight, vendor onboarding risk, live x402 opportunity research, company intelligence, endpoint verification, website due diligence, VIN safety, market checks, security research, and atomic EVM reads.
Every billable route accepts ?preview=true. The preview is a live contract proof showing the source, freshness, required inputs, and response shape. It deliberately withholds the decision-ready values delivered by the paid call.
Buyer-ready outcomes
Product | What the paid call delivers | Price (USDC) |
Vendor onboarding decision with current identity, sanctions, domain, TLS, hosting, and website evidence | 0.020 | |
Live x402 demand, competition, health, pricing, and build recommendation | 0.010 | |
Read-only transaction simulation evidence before signing | 0.005 | |
Company enrichment and vendor research brief | 0.010 | |
x402 endpoint verification, challenge linting, and buyer compatibility evidence | 0.003 | |
Website trust, security, metadata, and risk evidence in one report | 0.040 | |
VIN decode, recall, complaint, and buyer safety evidence | 0.008 | |
Current multi-asset pricing and market context | 0.010 |
These are complete paid deliverables, not teaser text. The lower-level catalog remains available for workflows that need a single chain read, filing, sanctions check, quote, or verification result.
Related MCP server: hyperd-mcp
Install
npx -y dopaminedesk-ai-data-marketplace-mcpUse it from any stdio-compatible MCP client:
{
"mcpServers": {
"dopaminedesk-data-marketplace": {
"command": "npx",
"args": ["-y", "dopaminedesk-ai-data-marketplace-mcp"]
}
}
}Official MCP Registry name: io.github.jblaz6335/ai-data-marketplace.
Inspect a live contract
curl "https://ai-data-marketplace-1042299154756.us-central1.run.app/api/v1/company_intelligence?preview=true&domain=example.com"The proof includes source, freshness, request parameters, top-level fields, response shape, and a purchase block. Decision-ready values remain in the paid result.
Optional one-call purchasing
The current GitHub source release, version 2.9.0, can complete the x402 challenge, authorization, retry, and settlement automatically. The npm latest tag still points to version 2.8.3, so install the source release directly until 2.9.0 is published to npm:
npx -y github:jblaz6335/mcp-server-aidatamarketplaceThe buyer key stays inside the local MCP process and is never sent to the marketplace. Use a dedicated low-balance Base wallet, not a primary wallet.
{
"mcpServers": {
"dopaminedesk-data-marketplace": {
"command": "npx",
"args": ["-y", "github:jblaz6335/mcp-server-aidatamarketplace"],
"env": {
"X402_AUTO_PAY": "true",
"X402_EVM_PRIVATE_KEY": "YOUR_DEDICATED_BUYER_WALLET_KEY",
"X402_MAX_PAYMENT_USDC": "0.25"
}
}
}
}Call a product with auto_pay: true. The adapter refuses disabled, conflicting, invalid, or over-cap purchases. It never falls back to an uncapped payment.
Verification and engineering scope
The public verification hub and machine verification record expose the production evidence.
I built this adapter around these constraints:
the production OpenAPI contract is the source of truth for tool discovery;
live contract proofs verify the source and schema without replacing the paid product;
automatic purchasing is opt-in, locally signed, and protected by a hard per-call cap;
conflicting, malformed, disabled, and over-cap payment attempts fail closed;
settlement details stay attached to the delivered result for reconciliation.
Run the verification suite locally:
npm ci
npm testProduction contracts
Store: https://ai-data-marketplace-1042299154756.us-central1.run.app/
OpenAPI: https://ai-data-marketplace-1042299154756.us-central1.run.app/openapi.json
Postman: https://ai-data-marketplace-1042299154756.us-central1.run.app/postman.json
LLM manifest: https://ai-data-marketplace-1042299154756.us-central1.run.app/llms.txt
x402 manifest: https://ai-data-marketplace-1042299154756.us-central1.run.app/.well-known/x402
x402scan: https://www.x402scan.com/server/8dd63536-ba25-40f4-b36a-7d05ed18d007
The MCP adapter builds its tool list from the production OpenAPI document. Counts, prices, availability, data mode, and source declarations come from the live contract instead of a hand-written endpoint list.
Every billable product uses x402 v2 exact payments on Base mainnet through the Coinbase CDP facilitator:
Call the endpoint and read the base64
PAYMENT-REQUIREDresponse header.Sign the exact authorization with a compatible x402 buyer client.
Retry with
PAYMENT-SIGNATURE.Read settlement details from
PAYMENT-RESPONSE.
See PAYMENT_FLOW.md for the manual and legacy confirmed-transaction paths.
Published distribution
License
MIT License. Open-source MCP buyer adapter and marketplace client.
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
- FlicenseNot gradedqualityDmaintenance56 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.

hyperd-mcpofficial
AlicenseAqualityBmaintenancePre-trade DeFi intelligence for AI agents. 20 paid x402 endpoints, USDC on Base.23561MIT- 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.768MIT

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.12152MIT
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