INDIVIDUAL MCP TOOL
inspect_rocketcore_product
Return the full public manifest for one product: schemas, provenance, freshness, limitations, pricing, payment terms.
LIVE ENDPOINT
https://intel.rocket-core.com/mcp
Connect to this endpoint to inspect the live schema for inspect_rocketcore_product and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests a financial action.
Parent server
CONNECT 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.
Related tools
list_rocketcore_products— List all RocketCore Intel Marketplace products with status, price, and endpoint.search_rocketcore_products— Task-focused search over RocketCore products (deterministic weighted keyword + natural-language match, no LLM).recommend_rocketcore_product— Recommend the best-matching LIVE products for a described task, with an explanation of why each matched.get_rocketcore_quote— Return the exact price and x402 payment terms (amount, atomic_amount, currency, network, asset, pay_to, endpoint) for a product.invoke_rocketcore_product— Return everything needed for the AGENT to invoke a paid product over x402.check_rocketcore_delivery— Explain/verify delivery for an x402 purchase.get_rocketcore_marketplace_status— Return marketplace summary: product counts, live count, categories, supported payment protocols/networks/currencies, and honest per-market publication status.