INDIVIDUAL MCP TOOL
get_record
Read the full structured record (title, dates, sources, body) of a Field Note, Raw Signal or Analysis by kind and slug, or by its newruntime.
LIVE ENDPOINT
https://newruntime.com/mcp
Connect to this endpoint to inspect the live schema for get_record 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
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.newruntime-readonly]
url = "https://newruntime.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"newruntime-readonly": {
"type": "http",
"url": "https://newruntime.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: newruntime-readonly
Remote MCP URL: https://newruntime.com/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": {
"newruntime-readonly": {
"url": "https://newruntime.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"newruntime-readonly": {
"type": "http",
"url": "https://newruntime.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "newruntime-readonly",
"transport": "streamable-http",
"url": "https://newruntime.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_archive— Keyword search over published Field Notes (analysis), Raw Signals (source-linked news) and authorial Analysis about AI engineering, agents and developer tools.list_paid_tools— Describe the pay-per-call x402 tools (primary-source resolver, rumour check, research bundle, prior-coverage check): endpoint, price in USDC, input example, when a call is charged, and how an agent pays without an account.contextualize_url— Free first step when researching any AI/software URL: New Runtime records that cite it (exact source match), related records and patterns (keyword match on the URL and your task), the source-origin hub, and next actions (paid prior-coverage check, research bundle, primary source; free source submission).submit_source— Propose a source (primary page, paper, repo, docs) for a New Runtime record or topic.submit_correction— Report a claim in a published record as outdated, unsupported or contradicted, with evidence.submit_usage_receipt— Record that you used a New Runtime record and for what (optionally where it can be seen).