API Tools
myncellium.com
Provides stateless paid APIs for tasks like answering questions, code review, structured extraction, translation, and summarization.
ENDPOINT 1
https://paid.myncellium.com/mcp
MCP server metadata
- Name
- myncellium-msp
- Version
- 1.1.0
Known tools 17
paid_dns_intelDNS intelligence for a domain via DNS-over-HTTPS: A, AAAA, MX, TXT, NS and CNAME records.
Inferred read-onlypaid_repo_healthPublic GitHub repository health check: stars, archived/maintenance status, license, last push, open issues/PRs, topics.
Inferred read-onlypaid_convertPure-compute data conversion (no network): json_pretty, json_minify, json_to_csv, csv_to_json, base64_encode, base64_decode.
Inferred read-onlypaid_crypto_priceLive crypto token prices (USD or other vs_currency) for one or more coins via CoinGecko.
Inferred read-onlypaid_gtin_lookupEAN/UPC/GTIN barcode lookup via Open Food Facts: returns product name, brand, quantity and Nutri-Score when available.
Inferred read-onlypaid_config_reviewStateless review of an infrastructure configuration (YAML, Docker Compose, Kubernetes, Terraform) provided by the caller: risks, hardening and concrete fixes.
Inferred read-onlypaid_x402_marketx402 market intelligence: prices of OTHER agents/services across public x402 directories (facilitator Bazaar + x402scan).
Inferred read-onlypaid_model_priceLLM price oracle with official sources: input/output USD per 1M tokens for a provider:model plus the estimated cost of a call.
Inferred read-onlypaid_llm_routeLLM 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.
Inferred read-onlypaid_x402_auditPre-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.
Potential side effectsCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.myncellium-msp]
url = "https://paid.myncellium.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"myncellium-msp": {
"type": "http",
"url": "https://paid.myncellium.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: myncellium-msp
Remote MCP URL: https://paid.myncellium.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"myncellium-msp": {
"url": "https://paid.myncellium.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"myncellium-msp": {
"type": "http",
"url": "https://paid.myncellium.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "myncellium-msp",
"transport": "streamable-http",
"url": "https://paid.myncellium.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.