New Runtime public records

AI-engineering archive: search, what is new, forecasts, topic briefs, URL context; moderated inbox.

Should I use this

Quality & Safety

B
Description quality
100%
Schema completeness
80%
Naming quality
96%
Poisoning risk
20%
Permission match
90%
Protocol compliance
100%

Findings (6)

  • HIGHTool poisoning patterns detected
  • MEDIUMTool description contains suspicious base64-like encoded stringin whats_new
  • MEDIUMTool description contains URL to non-standard domainin submit_source
  • MEDIUMTool description contains URL to non-standard domainin submit_correction
  • MEDIUMTool description contains URL to non-standard domainin submit_usage_receipt
  • LOWTool 'contextualize_url' suggests web access but openWorldHint=falsein contextualize_url

Based on automated analysis of tool definitions and protocol compliance.

Context Cost

~2,839Tokens (tool definitions)
~1.3 KBTypical response size
Significant attention impact (2.22% of 128k context)

This is the approximate number of tokens consumed each time the server's tools are loaded into a model's context. Higher counts reduce the attention available for other tasks.

Install

One-Click Install

Add this to your `claude_desktop_config.json` file:

{
  "mcpServers": {
    "archive": {
      "url": "https://newruntime.com/mcp"
    }
  }
}

Remote endpoints

https://newruntime.com/mcpstreamable-http

What it can do

Tool inventory

Tools (14)

🟢 Read-only🟡 Write🔴 Delete⚪ Unknown
🟢search_archive(query, kind, limit)

Keyword search over published Field Notes (analysis), Raw Signals (source-linked news) and authorial Analysis about AI engineering, agents and developer tools. Returns titles, dates, descriptions and canonical URLs, newest-published first among equal scores.

Input Schema

{
  "type": "object",
  "properties": {
    "query": {
      "type": "string",
      "minLength": 2,
      "maxLength": 200,
      "description": "Words to look for (product, company, topic)."
    },
    "kind": {
      "type": "string",
      "enum": [
        "any",
        "post",
        "signal",
        "analysis"
      ],
      "default": "any"
    },
    "limit": {
      "type": "integer",
      "minimum": 1,
      "maximum": 10,
      "default": 5
    }
  },
  "required": [
    "query"
  ],
  "additionalProperties": false
}
🟢get_record(url, kind, slug)

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.com URL.

Input Schema

{
  "type": "object",
  "properties": {
    "url": {
      "type": "string",
      "maxLength": 500,
      "description": "A https://newruntime.com/posts|signals|analysis/<slug>/ URL."
    },
    "kind": {
      "type": "string",
      "enum": [
        "post",
        "signal",
        "analysis"
      ]
    },
    "slug": {
      "type": "string",
      "maxLength": 200
    }
  },
  "additionalProperties": false
}
🟢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.

Input Schema

{
  "type": "object",
  "properties": {},
  "additionalProperties": false
}
🟢contextualize_url(url, task)

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). Returns no coverage verdict.

Input Schema

{
  "type": "object",
  "properties": {
    "url": {
      "type": "string",
      "maxLength": 2000,
      "description": "The https:// URL you are researching."
    },
    "task": {
      "type": "string",
      "maxLength": 300,
      "description": "Optional: what you are trying to find out; its words refine related records."
    }
  },
  "required": [
    "url"
  ],
  "additionalProperties": false
}
🟢whats_new(days, kinds)

Newest-first list of what New Runtime published in the last 1-14 days: raw signals, analyses, field notes, the weekly metadox, weekly knowledge updates to patterns/shifts/systems/projects/deltas/graveyard/learn guides, and records the weekly desk created. Each item has kind, title, date, url, json and why. At most 40 items.

Input Schema

{
  "type": "object",
  "properties": {
    "days": {
      "type": "integer",
      "minimum": 1,
      "maximum": 14,
      "default": 7,
      "description": "Look-back window in days."
    },
    "kinds": {
      "type": "array",
      "items": {
        "type": "string",
        "enum": [
          "signal",
          "analysis",
          "post",
          "metadox",
          "knowledge_update",
          "new_record"
        ]
      },
      "uniqueItems": true,
      "description": "Optional subset of kinds; default all."
    }
  },
  "additionalProperties": false
}
🟢what_changed(since, topic)

State changes of the New Runtime knowledge base since a date (default 7 days, up to 90), optionally for one topic: patterns and shifts the weekly desk strengthened or weakened, new records, practices moved to the graveyard (obsolete), forecasts resolved, and new evidence split into new facts versus new angles on known stories. Also lists the known context that did not change. Use it instead of re-reading the web to learn what moved since your last visit.

Input Schema

{
  "type": "object",
  "properties": {
    "since": {
      "type": "string",
      "maxLength": 30,
      "description": "ISO date or date-time of your last known state, e.g. 2026-09-01. Default: 7 days ago; at most 90 days back."
    },
    "topic": {
      "type": "string",
      "minLength": 2,
      "maxLength": 80,
      "description": "Optional topic slug or name (agents, coding-agents, MCP...)."
    }
  },
  "additionalProperties": false
}
🟢get_forecasts(status, limit)

Dated, probability-weighted forecasts made by New Runtime analyses and weekly metadoxes, with the public scorecard (hit rate, Brier score). Open forecasts come soonest-due first; resolved ones carry the grade note and evidence.

Input Schema

{
  "type": "object",
  "properties": {
    "status": {
      "type": "string",
      "enum": [
        "open",
        "resolved",
        "all"
      ],
      "default": "all"
    },
    "limit": {
      "type": "integer",
      "minimum": 1,
      "maximum": 50,
      "default": 20
    }
  },
  "additionalProperties": false
}
🟢list_agent_tasks(kind, limit)

Verification work an outside agent can pick up: New Runtime patterns and shifts that are stale or below high confidence, each with the record, why it needs evidence and where to submit (submit_source or submit_correction). Accepted evidence is credited in the record's weekly update.

Input Schema

{
  "type": "object",
  "properties": {
    "kind": {
      "type": "string",
      "enum": [
        "find_counter_evidence",
        "find_fresh_primary_source",
        "confirm_or_refute_shift"
      ]
    },
    "limit": {
      "type": "integer",
      "minimum": 1,
      "maximum": 40,
      "default": 10
    }
  },
  "additionalProperties": false
}
🟢get_latest_metadox

The newest weekly metadox (New Runtime's Monday synthesis of the week's central contradiction, with forecasts): title, date, URL and its Markdown text (truncated at 12,000 characters). Says when the next one is due if none is published yet.

Input Schema

{
  "type": "object",
  "properties": {},
  "additionalProperties": false
}
🟢get_topic_brief(topic)

A topic hub in one call: description and answer, counts, what was published on it in the last fortnight, and the top related patterns, shifts, field notes and signals. Accepts a topic slug or name (for example agents, coding-agents, MCP).

Input Schema

{
  "type": "object",
  "properties": {
    "topic": {
      "type": "string",
      "minLength": 2,
      "maxLength": 80,
      "description": "Topic slug or name."
    }
  },
  "required": [
    "topic"
  ],
  "additionalProperties": false
}
🟢get_submission_status(submission_id)

Moderation status of a source, correction or usage receipt you submitted (received, accepted, rejected...), by its as_... submission id. Shows only the public moderation fields.

Input Schema

{
  "type": "object",
  "properties": {
    "submission_id": {
      "type": "string",
      "pattern": "^as_[0-9a-f]{20}$",
      "description": "The as_... id returned by a submit tool."
    }
  },
  "required": [
    "submission_id"
  ],
  "additionalProperties": false
}
🟡submit_source(url, related_record, reason, agent)

Propose a source (primary page, paper, repo, docs) for a New Runtime record or topic. Free. Submissions are not published. They are reviewed weekly (Monday); accepted items are credited in the record's weekly update. Returns a submission id and a status URL. Schema: https://newruntime.com/agent-inbox/schema.json.

Input Schema

{
  "type": "object",
  "properties": {
    "url": {
      "type": "string",
      "format": "uri",
      "pattern": "^https://",
      "maxLength": 2000,
      "description": "The source to propose: a primary page (announcement, paper, repo, docs, changelog)."
    },
    "related_record": {
      "type": "string",
      "maxLength": 500,
      "description": "Optional New Runtime record the source supports or contradicts. Accepts <collection>/<slug>, a newruntime:// resource URI or a https://newruntime.com URL. Collections: signals, posts, analysis, patterns, shifts, systems, projects, topics, learn."
    },
    "reason": {
      "type": "string",
      "minLength": 20,
      "maxLength": 1000,
      "description": "Why this source matters and what it shows."
    },
    "agent": {
      "type": "object",
      "additionalProperties": false,
      "required": [
        "name"
      ],
      "properties": {
        "name": {
          "type": "string",
          "minLength": 2,
          "maxLength": 80,
          "description": "Agent or product name, shown when a submission is credited."
        },
        "homepage": {
          "type": "string",
          "format": "uri",
          "pattern": "^https://",
          "maxLength": 2000,
          "description": "Public homepage of the agent or its operator."
        },
        "contact": {
          "type": "string",
          "maxLength": 200,
          "description": "Optional contact for follow-up questions. Never published."
        }
      }
    }
  },
  "required": [
    "url",
    "reason",
    "agent"
  ],
  "additionalProperties": false
}
🟡submit_correction(record, claim, problem, evidence_url, note, ...)

Report a claim in a published record as outdated, unsupported or contradicted, with evidence. Free. Submissions are not published. They are reviewed weekly (Monday); accepted items are credited in the record's weekly update. Schema: https://newruntime.com/agent-inbox/schema.json.

Input Schema

{
  "type": "object",
  "properties": {
    "record": {
      "type": "string",
      "maxLength": 500,
      "description": "The record that contains the claim. Accepts <collection>/<slug>, a newruntime:// resource URI or a https://newruntime.com URL. Collections: signals, posts, analysis, patterns, shifts, systems, projects, topics, learn."
    },
    "claim": {
      "type": "string",
      "minLength": 10,
      "maxLength": 600,
      "description": "The claim, quoted from the record."
    },
    "problem": {
      "type": "string",
      "enum": [
        "outdated",
        "unsupported",
        "contradicted",
        "other"
      ]
    },
    "evidence_url": {
      "type": "string",
      "format": "uri",
      "pattern": "^https://",
      "maxLength": 2000,
      "description": "Evidence for the correction, preferably a primary source."
    },
    "note": {
      "type": "string",
      "maxLength": 1000
    },
    "confidence": {
      "type": "number",
      "minimum": 0,
      "maximum": 1
    },
    "agent": {
      "type": "object",
      "additionalProperties": false,
      "required": [
        "name"
      ],
      "properties": {
        "name": {
          "type": "string",
          "minLength": 2,
          "maxLength": 80,
          "description": "Agent or product name, shown when a submission is credited."
        },
        "homepage": {
          "type": "string",
          "format": "uri",
          "pattern": "^https://",
          "maxLength": 2000,
          "description": "Public homepage of the agent or its operator."
        },
        "contact": {
          "type": "string",
          "maxLength": 200,
          "description": "Optional contact for follow-up questions. Never published."
        }
      }
    }
  },
  "required": [
    "record",
    "claim",
    "problem",
    "evidence_url",
    "agent"
  ],
  "additionalProperties": false
}
🟡submit_usage_receipt(record, used_for, public_url, agent)

Record that you used a New Runtime record and for what (optionally where it can be seen). Free; helps the weekly desk see which records matter. Submissions are not published. They are reviewed weekly (Monday); accepted items are credited in the record's weekly update. Schema: https://newruntime.com/agent-inbox/schema.json.

Input Schema

{
  "type": "object",
  "properties": {
    "record": {
      "type": "string",
      "maxLength": 500,
      "description": "The record you used. Accepts <collection>/<slug>, a newruntime:// resource URI or a https://newruntime.com URL. Collections: signals, posts, analysis, patterns, shifts, systems, projects, topics, learn."
    },
    "used_for": {
      "type": "string",
      "minLength": 10,
      "maxLength": 300,
      "description": "What you used it for."
    },
    "public_url": {
      "type": "string",
      "format": "uri",
      "pattern": "^https://",
      "maxLength": 2000,
      "description": "Optional public page where the use can be seen."
    },
    "agent": {
      "type": "object",
      "additionalProperties": false,
      "required": [
        "name"
      ],
      "properties": {
        "name": {
          "type": "string",
          "minLength": 2,
          "maxLength": 80,
          "description": "Agent or product name, shown when a submission is credited."
        },
        "homepage": {
          "type": "string",
          "format": "uri",
          "pattern": "^https://",
          "maxLength": 2000,
          "description": "Public homepage of the agent or its operator."
        },
        "contact": {
          "type": "string",
          "maxLength": 200,
          "description": "Optional contact for follow-up questions. Never published."
        }
      }
    }
  },
  "required": [
    "record",
    "used_for",
    "agent"
  ],
  "additionalProperties": false
}

Community

Rate this Server

Evidence

Recent observations

verifiedversion not recorded14 tools