← Registry

AI & Machine Learning

rpcs1.dev

Helps improve AI agent performance and user interaction through text analysis and profile calibration.

1 endpoint9 known toolsFirst detected July 29, 2026Last detected August 29, 2026

ENDPOINT 1

https://rpcs1.dev/mcp

No auth detected

MCP server metadata

Name
rpcs1-agent-tuner
Version
0.4.2
Capabilities
tools.listChanged
Server instructions

Use this server for three categories of work. Category 1 — Agent tuning: Call recommend_agent_configuration when designing, tuning, or diagnosing an AI agent. Category 2 — Translation: Call interpret when a user says something ambiguous. Call normalize when input is fragmented. Call rewrite when text needs tone adjustment. Category 3 — Translation Bridge (per-user adaptation): Call calibrate_profile once to build the user’s ReceiverProfile from five quick questions (store the returned JSON in the user’s notes/memory for reuse). Then, on EVERY reply to that user, call render_reply with your draft and their profile, and apply the returned instructions before answering. When the user’s request is ambiguous, call prepare_prompt with their text and profile to recover intent before acting. This is the loop: prepare_prompt on the way in, render_reply on the way out. When the user’s request could mean several different things, call route_intent — and YOU propose the candidate readings: 3–7 short hypotheses covering the plausible interpretations of THIS message (including likely-typo readings and idiom-vs-literal readings), with your own likelihood estimates. The built-in default set is a generic product-intent starter, not an interpretation engine — passing it for arbitrary sentences yields uniform confusion over irrelevant options. Division of labor: the model GENERATES the branches; the deterministic router HOLDS them, scores the ambiguity, and decides commit / present options / clarify. route_intent is the AUTHORITY on commit-vs-clarify; prepare_prompt supplies the canonical translation and recovered entities — when the two disagree on whether to ask, follow route_intent.

Known tools 9

recommend_agent_configuration

Diagnose why a deployed AI agent may fail.

Inferred read-only
interpret

Detect ambiguity in user messages using the RPCS-1 Signature Ambiguity Framework.

Inferred read-only
fork

The calibrated ambiguity surface: deterministic structural fork detectors (reference, scope, grouping, compare-vs-choose, polysemy) with character-offset spans, plus per-reading one-line clarifiers the sender can append to lock a reading in.

Inferred read-only
normalize

Clean up text with ellipses, fragments, and run-on thoughts into coherent prose.

Inferred read-only
rewrite

Get rewrite instructions for adapting text to a specific style: technical, plain, socially_gentle, concise, detailed, or direct.

Inferred read-only
calibrate_profile

Build a ReceiverProfile (TI, SG, FT, UE, AR — continuous 0-100, never a category label) from five behavioral forced-choice answers.

Inferred read-only
prepare_prompt

The inbound half of the Translation Bridge loop.

Inferred read-only
render_reply

The outbound half of the Translation Bridge loop.

Inferred read-only
route_intent

Entropy routing over competing interpretations — the model proposes, the deterministic core disposes.

Inferred read-only

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.rpcs1-agent-tuner]
url = "https://rpcs1.dev/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "rpcs1-agent-tuner": {
      "type": "http",
      "url": "https://rpcs1.dev/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: rpcs1-agent-tuner
Remote MCP URL: https://rpcs1.dev/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": {
    "rpcs1-agent-tuner": {
      "url": "https://rpcs1.dev/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "rpcs1-agent-tuner": {
      "type": "http",
      "url": "https://rpcs1.dev/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "rpcs1-agent-tuner",
  "transport": "streamable-http",
  "url": "https://rpcs1.dev/mcp"
}
MCP Inspector

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

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for rpcs1.dev was fetched 2026-08-24T02:47:26.651Z.

Trust status Neutral

rpcs1.dev is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.