{"name":"DopamineDesk AI Data Marketplace","version":"2.0.0","description":"43 capability-audited billable x402 tools plus transparent preview-only catalog entries for autonomous agents and MCP clients.","homepage":"https://ai-data-marketplace-1042299154756.us-central1.run.app","repository":"https://github.com/jblaz6335/mcp-server-aidatamarketplace","protocol":"x402","capabilities":{"tools":true,"prompts":true,"resources":true,"x402_payments":true},"payment":{"network":"base","asset":"USDC","wallet":"0x7C69323FC27E1CA39bed9822d9D74c9A22618eDC"},"endpoints_count":43,"catalog_endpoints_count":86,"tools":[{"name":"candles","description":"Fetch recent cryptocurrency USD price observations from CoinGecko on each request.","inputSchema":{"type":"object","properties":{"ticker":{"type":"string","description":"CoinGecko coin ID or supported alias such as bitcoin, btc, ethereum, eth, solana, or sol."}},"required":[]},"x-price-usdc":"0.05","x-category":"Financial Data","x-tags":["finance","crypto","coingecko","market-data","price-history"],"x-example-prompt":"Get the recent USD price history for bitcoin."},{"name":"stock_quotes","description":"Fetch the current or latest available market quote, daily OHLC values, and volume for a ticker from Yahoo Finance's chart feed.","inputSchema":{"type":"object","properties":{"symbol":{"type":"string","description":"US stock ticker symbol."}},"required":["symbol"]},"x-price-usdc":"0.05","x-category":"Financial Data","x-tags":["finance","stocks","real-time","quotes","market-data"],"x-example-prompt":"What is the current price and bid-ask spread for MSFT?"},{"name":"sec_edgar_filings","description":"Retrieve official recent SEC filing metadata and primary-document links for a public-company ticker.","inputSchema":{"type":"object","properties":{"ticker":{"type":"string","description":"Company ticker symbol."},"form_type":{"type":"string","description":"Filing form type, e.g., 10-K, 10-Q, 8-K."},"limit":{"type":"integer","description":"Max results to return."}},"required":["ticker"]},"x-price-usdc":"0.10","x-category":"Financial Data","x-tags":["finance","regulatory","filings","SEC","fundamentals"],"x-example-prompt":"Find the latest 10-Q filing for NVDA and give me the link."},{"name":"insider_trades","description":"Retrieve official recent SEC Forms 3, 4, and 5 filing metadata and links. Transaction amounts are not parsed.","inputSchema":{"type":"object","properties":{"symbol":{"type":"string","description":"Filter by stock ticker."},"transaction_type":{"type":"string","description":"Filter by 'buy' or 'sell'."}},"required":[]},"x-price-usdc":"0.10","x-category":"Financial Data","x-tags":["finance","insider","filings","alpha","stocks"],"x-example-prompt":"Show me recent insider buying for AMZN."},{"name":"fx_rates","description":"Fetch current reference foreign-exchange rates for a base currency, optionally filtered to target currencies.","inputSchema":{"type":"object","properties":{"base":{"type":"string","description":"Base currency code (e.g., EUR)."},"target":{"type":"string","description":"Target currency code (e.g., USD)."}},"required":["base","target"]},"x-price-usdc":"0.02","x-category":"Financial Data","x-tags":["finance","forex","fx","currencies","exchange-rates"],"x-example-prompt":"What is the current EUR to USD exchange rate?"},{"name":"token_audit","description":"Fetch current automated token-risk fields from GoPlus for a supported EVM contract. These third-party signals are not a guarantee of safety.","inputSchema":{"type":"object","properties":{"contract_address":{"type":"string","description":"Token smart contract address."},"chain":{"type":"string","description":"Blockchain network (default: ethereum)."}},"required":["contract_address"]},"x-price-usdc":"0.10","x-category":"Crypto & DeFi","x-tags":["crypto","security","audit","smart-contract","defi"],"x-example-prompt":"Run an audit on this new token contract 0xabc... to see if it's a honeypot."},{"name":"dex_launches","description":"Fetch DexScreener's latest token-profile discovery feed. Entries are discovery signals, not verified launch timestamps.","inputSchema":{"type":"object","properties":{"dex":{"type":"string","description":"Filter by DEX name (e.g., uniswap, raydium)."},"timeframe":{"type":"string","description":"Timeframe to look back (e.g., 10m, 1h)."}},"required":[]},"x-price-usdc":"0.05","x-category":"Crypto & DeFi","x-tags":["crypto","dex","defi","liquidity","new-pairs"],"x-example-prompt":"List the newest token pairs launched on Raydium in the last 10 minutes."},{"name":"nft_floor_prices","description":"Fetch current NFT collection floor price, market cap, 24-hour volume, supply, and owner-count fields from CoinGecko.","inputSchema":{"type":"object","properties":{"collection_slug":{"type":"string","description":"Slug identifier of the NFT collection."}},"required":["collection_slug"]},"x-price-usdc":"0.05","x-category":"Crypto & DeFi","x-tags":["crypto","nft","floor-price","collectibles","web3"],"x-example-prompt":"What is the current floor price for Bored Ape Yacht Club?"},{"name":"gas_oracle","description":"Read the current eth_gasPrice value from a supported public Base, Ethereum, or Arbitrum JSON-RPC endpoint.","inputSchema":{"type":"object","properties":{"chain":{"type":"string","description":"Blockchain network (e.g., ethereum, polygon, arbitrum)."}},"required":["chain"]},"x-price-usdc":"0.01","x-category":"Crypto & DeFi","x-tags":["crypto","gas","fees","evm","optimization"],"x-example-prompt":"What are the current gas prices on Ethereum?"},{"name":"pool_liquidity","description":"Fetch live pair price, liquidity, volume, and price-change fields for a DEX pool address from DexScreener.","inputSchema":{"type":"object","properties":{"pool_address":{"type":"string","description":"Address of the liquidity pool contract."}},"required":["pool_address"]},"x-price-usdc":"0.05","x-category":"Crypto & DeFi","x-tags":["crypto","defi","liquidity","amm","dex"],"x-example-prompt":"How much liquidity is in the USDC-ETH 0.05% pool on Uniswap V3?"},{"name":"wallet_portfolio","description":"Read native ETH and official USDC balances for a Base, Ethereum, or Arbitrum wallet, with an estimated ETH USD value. This is not a complete token or NFT portfolio.","inputSchema":{"type":"object","properties":{"address":{"type":"string","description":"Wallet address (0x format or ENS)."},"chain":{"type":"string","description":"Network to scan (default: all supported)."}},"required":["address"]},"x-price-usdc":"0.10","x-category":"Crypto & DeFi","x-tags":["crypto","portfolio","wallet","balances","web3"],"x-example-prompt":"Show me the token holdings for vitalik.eth."},{"name":"tx_simulator","description":"Run eth_call and eth_estimateGas against a supported public EVM RPC without signing or broadcasting a transaction.","inputSchema":{"type":"object","properties":{"network":{"type":"string","description":"Blockchain network identifier."},"from":{"type":"string","description":"Sender address."},"to":{"type":"string","description":"Destination contract address."},"data":{"type":"string","description":"Hex-encoded transaction calldata."},"value":{"type":"string","description":"Amount of native token sent in wei."}},"required":["network","from","to","data"]},"x-price-usdc":"0.10","x-category":"Crypto & DeFi","x-tags":["crypto","simulation","evm","security","developer"],"x-example-prompt":"Simulate this Uniswap swap transaction to see if it reverts."},{"name":"token_metadata_bulk","description":"Read ERC-20 symbol, name, decimals, and raw total supply for up to ten contract addresses using live eth_call requests.","inputSchema":{"type":"object","properties":{"addresses":{"type":"array","description":"Array of contract addresses."},"chain":{"type":"string","description":"Blockchain network (default: ethereum)."}},"required":["addresses"]},"x-price-usdc":"0.05","x-category":"Crypto & DeFi","x-tags":["crypto","metadata","tokens","defi","web3"],"x-example-prompt":"Fetch the names and decimals for this list of 50 ERC-20 contract addresses."},{"name":"solana_route","description":"Fetch a current Jupiter route quote for Solana token mints and a base-unit amount. This does not sign or broadcast a transaction.","inputSchema":{"type":"object","properties":{"input_mint":{"type":"string","description":"Mint address of the token to sell."},"output_mint":{"type":"string","description":"Mint address of the token to buy."},"amount":{"type":"integer","description":"Amount of input token in its native decimals."},"slippage_bps":{"type":"integer","description":"Maximum allowed slippage in basis points."}},"required":["input_mint","output_mint","amount"]},"x-price-usdc":"0.03","x-category":"Crypto & DeFi","x-tags":["crypto","solana","dex","routing","arbitrage"],"x-example-prompt":"Find the best route to swap 10 SOL for USDC."},{"name":"leads","description":"Query current business-registration records directly from official Chicago and San Francisco open-data APIs. Results include source-dataset and source-record links; this product does not claim private emails or buyer intent.","inputSchema":{"type":"object","properties":{"city":{"type":"string","description":"Chicago or San Francisco. Omit to search both official sources."},"query":{"type":"string","description":"Case-insensitive keyword matched against available business name, owner, address, and activity fields."},"limit":{"type":"integer","description":"Number of current registrations to return, from 1 to 50."}},"required":[]},"x-price-usdc":"0.05","x-category":"B2B & Leads","x-tags":["b2b","leads","sales","prospecting","marketing"],"x-example-prompt":"Find 20 current auto-related business registrations in Chicago."},{"name":"enrich_leads","description":"Resolve up to ten company-domain strings against Clearbit's live company autocomplete service.","inputSchema":{"type":"object","properties":{"name":{"type":"string","description":"Full name of the contact."},"domain":{"type":"string","description":"Company website domain."},"linkedin_url":{"type":"string","description":"LinkedIn profile URL."}},"required":[]},"x-price-usdc":"0.10","x-category":"B2B & Leads","x-tags":["b2b","enrichment","emails","contact-info","sales"],"x-example-prompt":"Find the work email and phone number for John Smith at Microsoft."},{"name":"mortgage_rates","description":"Fetch the latest weekly US national mortgage-rate observations from FRED. This is not a personalized lender quote.","inputSchema":{"type":"object","properties":{"state":{"type":"string","description":"Two-letter state code. Defaults to national average."}},"required":[]},"x-price-usdc":"0.02","x-category":"Real Estate","x-tags":["real estate","finance","mortgage","interest rates"],"x-example-prompt":"What are the current 30-year fixed mortgage rates in California?"},{"name":"contracts","description":"Query 100 packaged USAspending.gov contract-award records with a live source link for every award ID.","inputSchema":{"type":"object","properties":{"vendor_name":{"type":"string","description":"Name of the winning vendor."},"agency":{"type":"string","description":"Federal agency name."}},"required":[]},"x-price-usdc":"0.10","x-category":"Government & Legal","x-tags":["government","contracts","b2b","sam.gov","spending"],"x-example-prompt":"Find recent DoD contracts awarded to SpaceX."},{"name":"hacker_news_top","description":"Fetch current top-story metadata and discussion links from the official Hacker News Firebase API.","inputSchema":{"type":"object","properties":{"limit":{"type":"integer","description":"Number of stories to return (default 30)."}},"required":[]},"x-price-usdc":"0.02","x-category":"Social & Content","x-tags":["social","tech","news","hacker news","ycombinator"],"x-example-prompt":"What's on the front page of Hacker News?"},{"name":"news_sentiment","description":"Fetch recent Hacker News stories for a topic and apply a transparent keyword-lexicon sentiment score.","inputSchema":{"type":"object","properties":{"entity":{"type":"string","description":"Company, brand, or person name."},"days":{"type":"integer","description":"Lookback period in days."}},"required":["entity"]},"x-price-usdc":"0.05","x-category":"Social & Content","x-tags":["news","sentiment analysis","finance","nlp","media"],"x-example-prompt":"What is the news sentiment for Microsoft today?"},{"name":"scrape_md","description":"Fetch a public HTTP(S) page with private-network blocking, remove boilerplate tags, and return bounded Markdown-like text.","inputSchema":{"type":"object","properties":{"url":{"type":"string","description":"The target URL to scrape."},"timeout_ms":{"type":"integer","description":"Request timeout in milliseconds."}},"required":["url"]},"x-price-usdc":"0.01","x-category":"Web Scraping","x-tags":["scrape","markdown","extraction","content","llm-ready"],"x-example-prompt":"Get the text content of this article as markdown so I can summarize it."},{"name":"deep_scrape","description":"Fetch a public HTTP(S) page with private-network blocking and return bounded Markdown-like content plus title, description, Open Graph image, status, and URL metadata.","inputSchema":{"type":"object","properties":{"url":{"type":"string","description":"Target URL to render and scrape."},"wait_for_selector":{"type":"string","description":"CSS selector to wait for before extracting content."},"extract_html":{"type":"boolean","description":"If true, returns full HTML. Otherwise returns text."}},"required":["url"]},"x-price-usdc":"0.05","x-category":"Web Scraping","x-tags":["scrape","dynamic","javascript","spa","puppeteer"],"x-example-prompt":"Scrape the dynamic pricing table from this React-based SaaS website."},{"name":"url_metadata","description":"Fetch a public HTTP(S) page with private-network blocking and extract its title, description, Open Graph image, status, and content type.","inputSchema":{"type":"object","properties":{"url":{"type":"string","description":"The URL to extract metadata from."}},"required":["url"]},"x-price-usdc":"0.01","x-category":"Web Scraping","x-tags":["metadata","opengraph","seo","preview"],"x-example-prompt":"Get the preview metadata for this link before I share it."},{"name":"rss_aggregator","description":"Fetch a public RSS or Atom feed with private-network blocking and return bounded current entries.","inputSchema":{"type":"object","properties":{"feed_url":{"type":"string","description":"URL of the RSS/Atom feed."},"limit":{"type":"integer","description":"Number of latest items to retrieve."}},"required":["feed_url"]},"x-price-usdc":"0.02","x-category":"Web Scraping","x-tags":["rss","atom","news","feed","blog"],"x-example-prompt":"Fetch the latest posts from Hacker News RSS."},{"name":"dns_whois","description":"Resolve current DNS records and fetch public RDAP registration metadata for a domain.","inputSchema":{"type":"object","properties":{"domain":{"type":"string","description":"The domain name to look up."},"record_types":{"type":"string","description":"Comma-separated DNS record types to fetch (e.g. A,MX,TXT)."}},"required":["domain"]},"x-price-usdc":"0.02","x-category":"Security","x-tags":["dns","whois","domain","records","infrastructure"],"x-example-prompt":"Check the WHOIS info and MX records for example.com."},{"name":"ip_reputation","description":"Fetch public IP network, ASN, organization, location, and timezone context. This does not claim an abuse or threat score.","inputSchema":{"type":"object","properties":{"ip":{"type":"string","description":"IPv4 or IPv6 address to analyze."}},"required":["ip"]},"x-price-usdc":"0.02","x-category":"Security","x-tags":["ip","network","asn","geolocation","infrastructure"],"x-example-prompt":"Get public network and location context for 8.8.8.8."},{"name":"ssl_certificate","description":"Inspect the certificate returned by a live TLS handshake, including validity, issuer, subject, authorization, and SHA-256 fingerprint.","inputSchema":{"type":"object","properties":{"domain":{"type":"string","description":"The hostname to inspect."}},"required":["domain"]},"x-price-usdc":"0.01","x-category":"Security","x-tags":["ssl","tls","certificate","https","expiration"],"x-example-prompt":"When does the SSL certificate for mybank.com expire?"},{"name":"code_audit","description":"Scan supplied code with transparent deterministic rules for common secret, injection, shell, weak-hash, and Solidity risks. This is not a professional audit.","inputSchema":{"type":"object","properties":{"code":{"type":"string","description":"The source code snippet."},"language":{"type":"string","description":"Programming language (python, javascript, go, etc.)."}},"required":["code","language"]},"x-price-usdc":"0.10","x-category":"Security","x-tags":["sast","code","audit","vulnerability","secrets"],"x-example-prompt":"Audit this Python function for security flaws."},{"name":"ai_model_pricing","description":"Fetch a current third-party aggregated model-pricing snapshot from LiteLLM. Buyers should verify final pricing with each provider.","inputSchema":{"type":"object","properties":{"providers":{"type":"string","description":"Comma-separated list of providers to filter."}},"required":[]},"x-price-usdc":"0.01","x-category":"AI & ML","x-tags":["llm","pricing","models","tokens","api"],"x-example-prompt":"What is the current API cost for GPT-4o and Claude 3.5 Sonnet?"},{"name":"summarize","description":"Create a deterministic extractive summary by ranking and selecting sentences from the supplied text.","inputSchema":{"type":"object","properties":{"text":{"type":"string","description":"The source text to summarize."},"format":{"type":"string","description":"Desired format: 'paragraph' or 'bullets'."},"length":{"type":"string","description":"Length constraint: 'short', 'medium', or 'long'."}},"required":["text"]},"x-price-usdc":"0.02","x-category":"AI & ML","x-tags":["nlp","summary","text","condense","reading"],"x-example-prompt":"Summarize this 5-page report into 3 bullet points."},{"name":"extract_entities","description":"Extract emails, URLs, money values, dates, and candidate capitalized phrases using transparent deterministic patterns.","inputSchema":{"type":"object","properties":{"text":{"type":"string","description":"The text to analyze."}},"required":["text"]},"x-price-usdc":"0.02","x-category":"AI & ML","x-tags":["ner","entities","nlp","extraction","data-mining"],"x-example-prompt":"Extract the names of companies and people from this news article."},{"name":"embed","description":"Create reproducible normalized 256-dimensional lexical feature-hash vectors. These are not neural semantic embeddings.","inputSchema":{"type":"object","properties":{"texts":{"type":"array","description":"Array of strings to embed."},"model":{"type":"string","description":"Embedding model to use."}},"required":["texts"]},"x-price-usdc":"0.01","x-category":"AI & ML","x-tags":["embeddings","vector","nlp","semantic","search"],"x-example-prompt":"Get the vector embeddings for these three product descriptions."},{"name":"translate","description":"Translate supplied text through MyMemory with source-language autodetection or an explicit language code.","inputSchema":{"type":"object","properties":{"text":{"type":"string","description":"Text to translate."},"target_language":{"type":"string","description":"Target ISO 639-1 language code."},"source_language":{"type":"string","description":"Source language code (auto-detected if omitted)."}},"required":["text","target_language"]},"x-price-usdc":"0.02","x-category":"AI & ML","x-tags":["translation","language","i18n","multilingual","nlp"],"x-example-prompt":"Translate this customer support ticket from French to English."},{"name":"sentiment_bulk","description":"Score up to 100 texts with a transparent deterministic positive and negative keyword lexicon.","inputSchema":{"type":"object","properties":{"texts":{"type":"array","description":"Array of text strings to analyze."}},"required":["texts"]},"x-price-usdc":"0.05","x-category":"AI & ML","x-tags":["sentiment","emotion","reviews","nlp","batch"],"x-example-prompt":"Analyze the sentiment of these 50 recent app store reviews."},{"name":"verify_emails","description":"Validate email syntax and check live DNS MX records. MX presence does not prove an individual mailbox exists.","inputSchema":{"type":"object","properties":{"emails":{"type":"array","description":"Array of email addresses to verify."}},"required":["emails"]},"x-price-usdc":"0.05","x-category":"AI & ML","x-tags":["email","verification","deliverability","leads","marketing"],"x-example-prompt":"Verify this list of 10 lead emails to remove bounces."},{"name":"geocoding","description":"Resolve a location or address query to current place candidates and coordinates through Open-Meteo.","inputSchema":{"type":"object","properties":{"address":{"type":"string","description":"Address to convert to coordinates."},"lat":{"type":"number","description":"Latitude for reverse geocoding."},"lng":{"type":"number","description":"Longitude for reverse geocoding."}},"required":[]},"x-price-usdc":"0.01","x-category":"Location & Travel","x-tags":["maps","location","coordinates","gis"],"x-example-prompt":"Get the coordinates for 1600 Amphitheatre Parkway."},{"name":"weather_forecast","description":"Fetch current conditions and a one-to-seven-day forecast for a geocoded location from Open-Meteo.","inputSchema":{"type":"object","properties":{"city":{"type":"string","description":"City name."},"zip_code":{"type":"string","description":"US zip code."},"days":{"type":"integer","description":"Number of forecast days (1-7)."}},"required":[]},"x-price-usdc":"0.02","x-category":"Location & Travel","x-tags":["weather","meteorology","location"],"x-example-prompt":"What is the weather forecast for Seattle today?"},{"name":"air_quality","description":"Fetch current US AQI, European AQI, particulate, carbon monoxide, nitrogen dioxide, and ozone values for a geocoded location.","inputSchema":{"type":"object","properties":{"city":{"type":"string","description":"City name or location coordinates."}},"required":["city"]},"x-price-usdc":"0.02","x-category":"Location & Travel","x-tags":["weather","environment","health","location"],"x-example-prompt":"Check the air quality in Beijing right now."},{"name":"market_research","description":"Fetch current top Hacker News story titles as a lightweight technology trend pulse.","inputSchema":{"type":"object","properties":{"industry":{"type":"string","description":"Specific industry or market segment."},"region":{"type":"string","description":"Geographic region (e.g., Global, NA, EMEA)."}},"required":["industry"]},"x-price-usdc":"0.15","x-category":"B2B & Leads","x-tags":["research","business","startups","market"],"x-example-prompt":"Give me a market overview for the vertical farming industry."},{"name":"github_trending","description":"Fetch the most-starred repositories created during a selected recent period through the GitHub Search API. This is not GitHub's private trending algorithm.","inputSchema":{"type":"object","properties":{"language":{"type":"string","description":"Programming language to filter by."},"period":{"type":"string","description":"Time period: daily, weekly, or monthly."}},"required":[]},"x-price-usdc":"0.10","x-category":"Miscellaneous","x-tags":["developer","github","code","trends"],"x-example-prompt":"What are the trending Rust repos today?"},{"name":"job_postings","description":"Fetch and filter current remote job listings from Remote OK with source and apply links.","inputSchema":{"type":"object","properties":{"title":{"type":"string","description":"Job title or keyword."},"remote":{"type":"boolean","description":"Filter for remote-only roles."},"days_old":{"type":"integer","description":"Maximum age of the posting in days."}},"required":["title"]},"x-price-usdc":"0.05","x-category":"Miscellaneous","x-tags":["jobs","careers","hiring","recruitment"],"x-example-prompt":"Find remote data engineer roles posted in the last 3 days."},{"name":"tech_stack_lookup","description":"Fetch a public website with private-network blocking and report transparent heuristic technology signatures from markup and headers.","inputSchema":{"type":"object","properties":{"domain":{"type":"string","description":"Website domain name."}},"required":["domain"]},"x-price-usdc":"0.05","x-category":"B2B & Leads","x-tags":["developer","b2b","sales","technographics"],"x-example-prompt":"What tech stack does stripe.com use?"},{"name":"create_agent_token","description":"Exchange a verified $1.00 Base USDC payment for a hashed bearer token with persistent marketplace credit valid for 30 days.","inputSchema":{"type":"object","properties":{"agent_name":{"type":"string","description":"Identifier for the sub-agent."}},"required":[]},"x-price-usdc":"1.00","x-category":"Platform","x-tags":["security","auth","agents","platform"],"x-example-prompt":"Create a persistent marketplace credit token for my research agent."}]}