{"name":"com.myncellium.paid/paid-mcp","slug":"paid-mcp","title":"Myncellium Paid MCP","description":"Pay-per-call MCP tools over x402 (USDC/Solana): LLM, utilities, x402 market and model prices.","url":"https://mcp.market/server/paid-mcp","rating":null,"grade":"C","score":69,"certified":false,"status":"active","category":"ai","tags":["ai"],"presence":{"score":8,"stars":null,"forks":null,"downloads_week":null,"last_push_at":null,"license":null},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":null,"website":"https://paid.myncellium.com","version":"1.0.0","remotes":[{"type":"streamable-http","url":"https://paid.myncellium.com/mcp"}],"packages":[],"tools":[{"name":"paid_answer","description":"Stateless answer API. Answers the buyer's question with a language model; NO local or server context is used. Returns only the answer text. Paid per call.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"question":{"type":"string","description":"The question or prompt to answer"},"max_tokens":{"type":"number","description":"Optional max answer tokens (64-1024, default 512)"}},"required":["question"],"additionalProperties":false}},{"name":"paid_config_review","description":"Stateless review of an infrastructure configuration (YAML, Docker Compose, Kubernetes, Terraform) provided by the caller: risks, hardening and concrete fixes. No repository or local context. Paid per call.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"config":{"type":"string","description":"The configuration text to review"},"kind":{"type":"string","description":"Optional hint: docker-compose | kubernetes | terraform | yaml"}},"required":["config"],"additionalProperties":false}},{"name":"paid_convert","description":"Pure-compute data conversion (no network): json_pretty, json_minify, json_to_csv, csv_to_json, base64_encode, base64_decode. Paid per call.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"op":{"type":"string","description":"json_pretty | json_minify | json_to_csv | csv_to_json | base64_encode | base64_decode"},"data":{"type":"string","description":"Input payload (JSON string, CSV string or plain text)"}},"required":["op","data"],"additionalProperties":false}},{"name":"paid_crypto_price","description":"Live crypto token prices (USD or other vs_currency) for one or more coins via CoinGecko. Read-only, no local context. Paid per call.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"ids":{"type":"string","description":"Comma-separated CoinGecko ids or symbols, e.g. bitcoin,ethereum,solana"},"vs_currency":{"type":"string","description":"Quote currency, default usd"}},"additionalProperties":false}},{"name":"paid_cve_lookup","description":"CVE / vulnerability lookup via OSV.dev. Give a CVE id (e.g. CVE-2021-44228) or a package+version. Returns severity, summary, affected ranges and fixed versions. Read-only, no local context. Paid per call.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"cve":{"type":"string","description":"CVE id, e.g. CVE-2021-44228"},"package":{"type":"string","description":"Or package name (e.g. log4j-core)"},"ecosystem":{"type":"string","description":"Ecosystem for package queries (e.g. Maven, npm, PyPI, Go)"},"version":{"type":"string","description":"Optional version to check against the package"}},"additionalProperties":false}},{"name":"paid_dns_intel","description":"DNS intelligence for a domain via DNS-over-HTTPS: A, AAAA, MX, TXT, NS and CNAME records. Read-only, no local context. Paid per call.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"domain":{"type":"string","description":"Domain name, e.g. example.com"}},"required":["domain"],"additionalProperties":false}},{"name":"paid_extract","description":"Stateless structured extraction. Sends ONLY the provided text (and optional schema) and returns a JSON object. No local context is used. Paid per call.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"text":{"type":"string","description":"The text to extract data from"},"schema":{"type":"string","description":"Optional target schema/description for the JSON output"}},"required":["text"],"additionalProperties":false}},{"name":"paid_gtin_lookup","description":"EAN/UPC/GTIN barcode lookup via Open Food Facts: returns product name, brand, quantity and Nutri-Score when available. Read-only, no local context. Paid per call.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"gtin":{"type":"string","description":"Barcode (8-14 digits)"}},"required":["gtin"],"additionalProperties":false}},{"name":"paid_hash","description":"Deterministic hash of a text string (sha256 default; sha512, sha1, md5). Pure compute, no network. Paid per call.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"text":{"type":"string","description":"Text to hash"},"algo":{"type":"string","description":"sha256 (default) | sha512 | sha1 | md5"}},"required":["text"],"additionalProperties":false}},{"name":"paid_llm_route","description":"LLM routing catalog: given an optional need keyword and a budget, returns provider:model options with sourced prices (USD per 1M tokens), free-tier flags and signup links, cheapest first. Public catalog data; no local context. Paid per call.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"need":{"type":"string","description":"Optional keyword matching provider id or model id (e.g. code, llama, qwen)"},"max_price_usd":{"type":"number","description":"Optional cap on blended price (input+output USD per 1M tokens)"},"free_only":{"type":"boolean","description":"Only free-tier models/providers"},"limit":{"type":"number","description":"Max results (1-25, default 10)"}},"additionalProperties":false}},{"name":"paid_model_price","description":"LLM price oracle with official sources: input/output USD per 1M tokens for a provider:model plus the estimated cost of a call. Sourced from a verified price table; if there is no official source the values are null (never invented). Paid per call.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"provider":{"type":"string","description":"Provider id, e.g. groq, deepseek, anthropic"},"model":{"type":"string","description":"Model id, e.g. gpt-oss-120b, deepseek-chat"},"tokens_in":{"type":"number","description":"Optional input tokens to price a call"},"tokens_out":{"type":"number","description":"Optional output tokens to price a call"}},"required":["provider","model"],"additionalProperties":false}},{"name":"paid_repo_health","description":"Public GitHub repository health check: stars, archived/maintenance status, license, last push, open issues/PRs, topics. Read-only, no local context. Paid per call.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"repo":{"type":"string","description":"owner/name, e.g. anomalyco/opencode"}},"required":["repo"],"additionalProperties":false}},{"name":"paid_review_snippet","description":"Stateless code review. Sends ONLY the provided snippet to the model and returns findings (bugs, security, edge cases, fixes). No repository or local context is used. Paid per call.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"code":{"type":"string","description":"The code snippet to review"},"language":{"type":"string","description":"Optional language hint (e.g. javascript, python)"},"focus":{"type":"string","description":"Optional focus (e.g. security, performance, correctness)"}},"required":["code"],"additionalProperties":false}},{"name":"paid_summarize","description":"Stateless summarization API. Summarizes ONLY the provided text. No local context is used. Paid per call.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"text":{"type":"string","description":"The text to summarize"},"max_tokens":{"type":"number","description":"Optional max summary tokens (64-900, default 600)"}},"required":["text"],"additionalProperties":false}},{"name":"paid_translate","description":"Stateless translation API. Translates ONLY the provided text into the target language. No local context is used. Paid per call.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"text":{"type":"string","description":"The text to translate"},"target":{"type":"string","description":"Target language (e.g. English, Portuguese). Default English."}},"required":["text"],"additionalProperties":false}},{"name":"paid_x402_audit","description":"Pre-payment readiness/trust check for any x402 service URL: is it reachable, does it return a valid 402 challenge, what are its accepts (network/asset/amount/payTo), is the challenge signable (EIP-712 params), is an input schema present, and a verdict. Read-only probe of PUBLIC URLs only (SSRF-guarded). Paid per call.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"url":{"type":"string","description":"Public http(s) URL of the x402 resource to audit"}},"required":["url"],"additionalProperties":false}},{"name":"paid_x402_market","description":"x402 market intelligence: prices of OTHER agents/services across public x402 directories (facilitator Bazaar + x402scan). Optionally filter by keyword, resource type or max price and get the cheapest matching services with prices, plus the market price distribution. Public data only; no local context. Paid per call.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"type":"string","description":"Optional keyword matching service, tool, resource or description"},"type":{"type":"string","description":"Optional resource type filter: mcp or http"},"max_price_usd":{"type":"number","description":"Optional maximum price in USD"},"limit":{"type":"number","description":"Optional max matches (1-50, default 15)"}},"additionalProperties":false}}],"scan":{"score":69,"grade":"C","scanned_at":"2026-09-19T04:44:32.649Z","report":{"scannerVersion":"0.1.3","scannedAt":"2026-09-19T04:44:32.594Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 1875ms"]},"poisoning":{"score":15,"max":15,"notes":["17 tool descriptions checked"]},"auth":{"score":10,"max":15,"notes":["open endpoint, read-only tools"]},"maintenance":{"score":3,"max":15,"notes":["no repository listed"]},"identity":{"score":4,"max":10,"notes":["verified namespace with website, no repo"]}},"findings":[{"id":"maint.no-repo","severity":"low","component":"maintenance","title":"No source repository listed"}],"inputs":{"probes":[{"url":"https://paid.myncellium.com/mcp","reachable":true,"authRequired":false,"latencyMs":1875,"serverInfo":{"name":"myncellium-msp","version":"1.1.0"}}],"packages":[],"repo":{"found":false},"icon":{"url":null,"source":"none"},"presence":{"stars":null,"forks":null,"downloadsWeek":null,"license":null,"lastPushAt":null,"score":8}}}},"grade_history":[],"reviews":[]}