Configure AI agents and diagnose oscillation, overload, freeze, and environment mismatch.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Start with the free tuner: find your AI agentβs likely failure mode, get runtime settings to try, and validate them with a harder case.
RPCS-1 helps teams make agent settings deliberate rather than guessed. Describe the task, change rate, predictability, stakes, relevant context horizon, and commitment style; it returns a five-primitive profile, a runtime recommendation, and a next test. The suite also includes SendRight for catching ambiguous prompts before handoff and the Translation Bridge for profile-aware communication rendering.
Web environment variables are documented in packages/web/.env.example
(Stripe, Resend, license signing, rate limits). MCP production controls are listed under
Production controls below.
The web app deploys to Vercel on Node 24 (region iad1); pushes to main trigger the production deployment.
The SDK implements Pred-09-5 from IMM Paper 9:
Stable receivers in an environment with entropy H satisfy TI ~ 1/H.
High-entropy environments β short attention windows (TI ~ 10). Low-entropy environments β long attention windows (TI ~ 90).
Every parameter recommendation traces back to this principle or the basin stability geometry (oscillation/overload/freeze boundary conditions).
The site can also explain the same product facts in technical, executive, plain-language, or literal-and-precise registers. The explanation changes; pricing, deliverables, and limitations do not.
The site fronts one consumer product: Explicit Formula β the box on the
landing page. Explicit: says exactly what it means (the product's one job);
formula: a repeatable method. The wordmark is an advisory-sticker homage
(components/StickerLogo.tsx), deliberately distinct from the trademarked
RIAA label.
The mechanism brand β RPCS-1, the receiver engine, its laws, and its scorecard β is unchanged and renders as "Powered by RPCS-1" in the footer. House rule: outcome on the wrapper, mechanism one click deep.
packages/web/lib/brand.ts. Renaming the product is
one env var (NEXT_PUBLIC_BRAND_NAME) or one line β no other code changes.packages/web/lib/labs.ts).NEXT_PUBLIC_APP_URL when
it goes live. rpcs1.dev remains the mechanism home either way.SendRight is the type-and-send front door: type a prompt the way you'd say it out loud, see the readings it actually supports, lock in the one you meant, and hand it to your own model app with one click.
Modules (packages/core):
mirror(text) β deterministic fork detectors (no ML, no API calls). Returns
{ clean, readings[], ambiguousSpans[] }. Detectors: compare-or-choose
("X or Y?" questions without an explicit verb), grouping forks ("A and B or C"),
scope forks ("only ... and ..."), dangling pronouns, bare objects ("fix it"),
external references ("the above"). Contract: silent on clean prompts β
zero-fork controls in tests/mirror.test.ts enforce it. Pure function,
callable from any front end (web box, NL2Build, CLI).applyReading(text, clarifier) β appends the chosen reading's clarifier so
the locked interpretation travels with the prompt.buildHandoff(vendor, prompt) / listVendors() β per-vendor capability
table for opening the user's own model app with the prompt pre-filled.
Prefill URL parameters are undocumented vendor behavior and churn without
notice; each entry carries a verified date and must be re-checked at
release. Verified 2026-07-25: ChatGPT, Claude, Perplexity, Grok support URL
prefill; Gemini and Copilot are clipboard-fallback only. Logged-out users may
lose the prefill at login. All vendors degrade gracefully to clipboard.Web: /send (packages/web/app/send) renders the box via
components/SendBox.tsx β mirror runs client-side (debounced, zero network);
the hand-off happens in the user's own app. SendRight never makes the model
call and never sees the answer.
Feasibility boundary (honest scope): reasoning-stream digests and mid-generation stop/realign are only possible where rpcs1 itself owns the API call (the fan-out / power-user mode, not yet shipped). They are structurally impossible in vendor chat UIs and via the MCP surface β SendRight's hand-off path intentionally trades those away for zero keys, zero cost, and zero data custody.
RPCS-1 is also available as a public, anonymous, read-only MCP server:
It exposes eight read-only tools across four families:
recommend_agent_configuration β diagnose an AI agent against environmental entropy,
predictability, stakes, context horizon, and commitment style; receive runtime settings to try and a next test.interpret, normalize, and rewrite β detect ambiguity, turn fragmented text into coherent prose,
and return style-specific rewrite instructions.route_intent β entropy routing over competing interpretations of a message: the calling model
proposes candidate readings (paraphrases and priors); the deterministic router computes the posterior
and decides commit, present options, or clarify. The commit-vs-clarify authority in the pipeline.calibrate_profile, prepare_prompt, and render_reply β create a continuous communication-preference
profile, recover intended meaning before an action, and render a reply for that profile."Say what you mean. Hear what they meant."
The Translation Bridge treats the profile as a transportable parameter, not a category label. The five-question
Calibrate flow measures communication preferences for rendering only; it is not a psychological assessment or diagnosis.
prepare_prompt / render_reply use that profile on the inbound and outbound sides of an interaction. The canonical
agent-facing specification lives at skills/rpcs1-translation-layer/SKILL.md.
The first useful call is a support copilot under live pressure:
The output should lead with the five-primitive profile, failure-risk score, predicted regime, runtime posture, and next test to run.
The second useful call is a coding agent in a changing repository:
The output should still lead with the five-primitive profile, failure-risk score, predicted regime, runtime posture, and next test to run.
Connection details and client compatibility notes are available at https://rpcs1.dev/docs/mcp. Practical coding, support, and research examples are available at https://rpcs1.dev/docs/examples.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/rpcs1-agent-tuner)<a href="https://allmcps.com/mcp/rpcs1-agent-tuner"><img src="https://allmcps.com/api/badge/rpcs1-agent-tuner?style=directory" alt="RPCS1 Agent Tuner on AllMCPs" /></a>