Skip to main content
Glama

DopamineDesk x402 Marketplace MCP Server

Base Mainnet x402 Protocol x402scan Model Context Protocol npm Tests

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_risk_report

Vendor onboarding decision with current identity, sanctions, domain, TLS, hosting, and website evidence

0.020

x402_market_opportunity_report

Live x402 demand, competition, health, pricing, and build recommendation

0.010

transaction_preflight

Read-only transaction simulation evidence before signing

0.005

company_intelligence

Company enrichment and vendor research brief

0.010

x402_endpoint_preflight

x402 endpoint verification, challenge linting, and buyer compatibility evidence

0.003

website_due_diligence

Website trust, security, metadata, and risk evidence in one report

0.040

vehicle_safety_report

VIN decode, recall, complaint, and buyer safety evidence

0.008

crypto_market_snapshot

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-mcp

Use 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-aidatamarketplace

The 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 test

Production contracts

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:

  1. Call the endpoint and read the base64 PAYMENT-REQUIRED response header.

  2. Sign the exact authorization with a compatible x402 buyer client.

  3. Retry with PAYMENT-SIGNATURE.

  4. 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.

A
license - permissive license
Not graded
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • F
    license
    Not graded
    quality
    D
    maintenance
    56 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.
  • A
    license
    A
    quality
    C
    maintenance
    Pay-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.
    7
    68
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    Real-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.
    12
    15
    2
    MIT

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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