General Tools
newruntime.com
Provides general-purpose tools through the Model Context Protocol.
ENDPOINT 1
https://newruntime.com/mcp
MCP server metadata
- Name
- newruntime-readonly
- Version
- 0.4.0
Access to built New Runtime public records: resources plus read-only tools (search_archive, get_record, list_paid_tools, contextualize_url). Start with contextualize_url when researching an outside URL. Moderated submission tools (submit_source, submit_correction, submit_usage_receipt) send proposals to a weekly-reviewed inbox; no tool edits or publishes a record, and there is no approval, deploy, or private discovery data. Paid tools are HTTP x402 routes; call list_paid_tools.
Known tools 7
search_archiveKeyword search over published Field Notes (analysis), Raw Signals (source-linked news) and authorial Analysis about AI engineering, agents and developer tools.
Inferred read-onlyget_recordRead the full structured record (title, dates, sources, body) of a Field Note, Raw Signal or Analysis by kind and slug, or by its newruntime.
Inferred read-onlylist_paid_toolsDescribe 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.
Potential side effectscontextualize_urlFree 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).
Inferred read-onlysubmit_sourcePropose a source (primary page, paper, repo, docs) for a New Runtime record or topic.
Inferred read-onlysubmit_correctionReport a claim in a published record as outdated, unsupported or contradicted, with evidence.
Inferred read-onlysubmit_usage_receiptRecord that you used a New Runtime record and for what (optionally where it can be seen).
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.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.
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.