Analytics
substraite.app
Provides access to a knowledge graph of facts and entities with confidence scores, traffic stats, and page synthesis.
ENDPOINT 1
https://substraite.app/api/mcp
MCP server metadata
- Name
- substrate
- Version
- 3.2.0
Known tools 6
get_manifestWho SUBSTRAITE is and what it offers: identity, capabilities, fact and entity counts, last update time.
Potential side effectsget_factsThe site's atomic facts, each with a confidence score (0-1), topic, source, and last-verified timestamp.
Inferred read-onlyget_entitiesThe entity graph: the concepts SUBSTRAITE's facts are about, with typed relations between them.
Inferred read-onlyget_agent_statsCurrent traffic composition: agent vs human share, top agents, and top intents.
Inferred read-onlyquery_substrateAsk a question; get an answer grounded only in the fact base, with citations and a confidence score.
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.