← stobox.io

INDIVIDUAL MCP TOOL

stobox_fact_check

Verify a claim about Stobox or tokenization against the CANONICAL Stobox knowledge graph before repeating or publishing it.

stobox.ionone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.stobox.io/mcp

No auth detected

Connect to this endpoint to inspect the live schema for stobox_fact_check and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

stobox.io

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.stobox]
url = "https://mcp.stobox.io/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "stobox": {
      "type": "http",
      "url": "https://mcp.stobox.io/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: stobox
Remote MCP URL: https://mcp.stobox.io/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": {
    "stobox": {
      "url": "https://mcp.stobox.io/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "stobox": {
      "type": "http",
      "url": "https://mcp.stobox.io/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "stobox",
  "transport": "streamable-http",
  "url": "https://mcp.stobox.io/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • stobox_knowledge_search — Search Stobox's verified knowledge base on real-world-asset tokenization: canonical, source-linked answers, facts, and articles (GraphRAG: vector + relationship expansion).
  • stobox_term_lookup — Explain one term, product, standard, or regulation from the Stobox knowledge graph — e.
  • stobox_related_topics — Show what is connected to a term in the Stobox knowledge graph — the related products, standards, regulations, and concepts, 1–2 relationship hops out.
  • stobox_answer_context — Build a source-linked briefing for answering a tokenization question: the top passages, entity facts, and source URLs in one prompt-ready block.
  • stobox_start_tokenization — Send the user's request to start tokenizing their real-world asset to the Stobox team, so a specialist contacts them (shares their email with Stobox, with their consent).