Data Collection
rocket-core.com
Provides access to RocketCore Intel Marketplace products for listing, searching, inspecting, recommending, and quoting data products.
ENDPOINT 1
https://intel.rocket-core.com/mcp
MCP server metadata
- Name
- rocketcore-intel-marketplace
- Version
- 1.0.0
RocketCore Intel Marketplace. Discovery tools are free; invoke_* returns x402 payment terms for the agent to pay. This server never pays.
Known tools 8
list_rocketcore_productsList all RocketCore Intel Marketplace products with status, price, and endpoint.
Inferred read-onlysearch_rocketcore_productsTask-focused search over RocketCore products (deterministic weighted keyword + natural-language match, no LLM).
Inferred read-onlyinspect_rocketcore_productReturn the full public manifest for one product: schemas, provenance, freshness, limitations, pricing, payment terms.
Potential side effectsrecommend_rocketcore_productRecommend the best-matching LIVE products for a described task, with an explanation of why each matched.
Inferred read-onlyget_rocketcore_quoteReturn the exact price and x402 payment terms (amount, atomic_amount, currency, network, asset, pay_to, endpoint) for a product.
Potential side effectsinvoke_rocketcore_productReturn everything needed for the AGENT to invoke a paid product over x402.
Inferred read-onlyget_rocketcore_marketplace_statusReturn marketplace summary: product counts, live count, categories, supported payment protocols/networks/currencies, and honest per-market publication status.
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.rocketcore-intel-marketplace]
url = "https://intel.rocket-core.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"rocketcore-intel-marketplace": {
"type": "http",
"url": "https://intel.rocket-core.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: rocketcore-intel-marketplace
Remote MCP URL: https://intel.rocket-core.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": {
"rocketcore-intel-marketplace": {
"url": "https://intel.rocket-core.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"rocketcore-intel-marketplace": {
"type": "http",
"url": "https://intel.rocket-core.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "rocketcore-intel-marketplace",
"transport": "streamable-http",
"url": "https://intel.rocket-core.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for rocket-core.com was fetched 2026-08-01T03:23:59.121Z and is being refreshed.
rocket-core.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.