← exascale.build

INDIVIDUAL MCP TOOL

get_source_evidence_v1

Fetch and hash-verify the raw source row behind a returned citation.

exascale.buildnone authenticationAvailability not checked

LIVE ENDPOINT

https://api.exascale.build/mcp

No auth detected

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

Indexed input schema

{}

Risk classification

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

  • A tool name or description suggests retrieving external content.

Parent server

exascale.build

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

.mcp.json

{
  "mcpServers": {
    "exascale-build": {
      "type": "http",
      "url": "https://api.exascale.build/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "exascale-build": {
      "type": "http",
      "url": "https://api.exascale.build/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "exascale-build",
  "transport": "streamable-http",
  "url": "https://api.exascale.build/mcp"
}
MCP Inspector

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

Related tools