Back to Browse

Aidatamarketplace MCP Server

Developer ToolsLow Risk10.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

Find and buy x402 agent readiness, vendor risk, transaction, and company intelligence APIs.

About

Find and buy x402 agent readiness, vendor risk, transaction, and company intelligence APIs.

Security Report

10.0
Low Risk10.0Low Risk

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

13 files analyzed · 1 issue 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.

file_system

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-jblaz6335-ai-data-marketplace": {
      "args": [
        "-y",
        "dopaminedesk-ai-data-marketplace-mcp"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

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 agent-readiness audits, vendor onboarding risk, transaction preflight, 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.

Start with the free find_marketplace_products MCP tool. Give it the buyer's task in plain language and it returns three ranked live products plus one recommended_purchase containing the exact price, required inputs, and ready preview and paid-call payloads. Replace the example inputs with the buyer's real values, preview when available, and only use the paid call after the user authorizes the listed price and payment method.

Buyer-ready outcomes

ProductWhat the paid call deliversPrice (USDC)
agent_readiness_auditScored evidence and prioritized repairs for the discovery files agents use to find, understand, and buy from a site0.025
evm_receiptLive transaction status, gas use, contract creation details, and normalized event logs across Base, Ethereum, or Arbitrum0.003
evm_block_numberCurrent block height from a supported EVM network without maintaining an RPC integration0.001
vendor_risk_reportVendor onboarding decision with current identity, sanctions, domain, TLS, hosting, and website evidence0.020
x402_market_opportunity_reportLive x402 demand, competition, health, pricing, and build recommendation0.010
transaction_preflightRead-only transaction simulation evidence before signing0.005
company_intelligenceCompany enrichment and vendor research brief0.010
x402_endpoint_preflightx402 endpoint verification, challenge linting, and buyer compatibility evidence0.003
website_due_diligenceWebsite trust, security, metadata, and risk evidence in one report0.040
vehicle_safety_reportVIN decode, recall, complaint, and buyer safety evidence0.008
crypto_market_snapshotCurrent multi-asset pricing and market context0.004

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.

If this open-source buyer adapter saves you integration work, you can support its maintenance on Ko-fi.

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.

Small tool list for existing agents

Set X402_TOOL_MODE=compact to expose just find_marketplace_products and purchase_marketplace_product. All live products remain available through those two tools. The default full mode keeps the product-specific tools for existing integrations.

No environment variable or wallet key is required to start the default server. A wallet is needed only if the buyer chooses locally signed auto-pay. The remote /mcp URL is a separate authenticated publisher integration, not the public stdio install URL.

Ready-to-copy configurations and a free end-to-end client check are in examples/README.md. The check discovers a real product and requests its free preview. It never signs or submits a payment.

Buy with credits instead of configuring a wallet

The service is already indexed in APIHub's external x402 catalog. Buyers with APIHub credits can ask its proxy to sign and settle a marketplace call without keeping a Base wallet or gas in the calling process:

npx @apihubio/cli register
npx @apihubio/cli topup 5
npx @apihubio/cli call https://ai-data-marketplace-1042299154756.us-central1.run.app/api/v1/evm_block_number

APIHub is an independent third party with its own account, credit, markup, and terms. Direct x402 remains the self-custody path. Both routes settle the protected endpoint before its paid result is delivered.

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 npm release can complete the x402 challenge, authorization, retry, and settlement automatically. Install the public package directly:

npx -y dopaminedesk-ai-data-marketplace-mcp

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", "dopaminedesk-ai-data-marketplace-mcp@2.11.3"],
      "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.

For automated client installation, see llms-install.md. Its default configuration exposes free discovery and previews without collecting a wallet key or enabling automatic 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.

Reviews

No reviews yet

Be the first to review this server!