← Registry

Analytics

substraite.app

Provides access to a knowledge graph of facts and entities with confidence scores, traffic stats, and page synthesis.

1 endpoint6 known toolsFirst detected July 30, 2026Last detected July 30, 2026

ENDPOINT 1

https://substraite.app/api/mcp

No auth detected

MCP server metadata

Name
substrate
Version
3.2.0
Capabilities
tools.listChanged

Known tools 6

get_manifest

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

Potential side effects
get_facts

The site's atomic facts, each with a confidence score (0-1), topic, source, and last-verified timestamp.

Inferred read-only
get_entities

The entity graph: the concepts SUBSTRAITE's facts are about, with typed relations between them.

Inferred read-only
get_agent_stats

Current traffic composition: agent vs human share, top agents, and top intents.

Inferred read-only
synthesize_page

Ask SUBSTRAITE to render itself for a given intent and audience.

Inferred read-only
query_substrate

Ask a question; get an answer grounded only in the fact base, with citations and a confidence score.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.