← substraite.app

INDIVIDUAL MCP TOOL

get_manifest

Who SUBSTRAITE is and what it offers: identity, capabilities, fact and entity counts, last update time.

substraite.appnone authenticationAvailability not checked

LIVE ENDPOINT

https://substraite.app/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_manifest 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 contains a write-action term.

Parent server

substraite.app

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.substrate]
url = "https://substraite.app/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "substrate": {
      "type": "http",
      "url": "https://substraite.app/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "substrate": {
      "type": "http",
      "url": "https://substraite.app/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "substrate",
  "transport": "streamable-http",
  "url": "https://substraite.app/api/mcp"
}
MCP Inspector

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

Related tools

  • get_facts — The site's atomic facts, each with a confidence score (0-1), topic, source, and last-verified timestamp.
  • get_entities — The entity graph: the concepts SUBSTRAITE's facts are about, with typed relations between them.
  • get_agent_stats — Current traffic composition: agent vs human share, top agents, and top intents.
  • synthesize_page — Ask SUBSTRAITE to render itself for a given intent and audience.
  • query_substrate — Ask a question; get an answer grounded only in the fact base, with citations and a confidence score.