agent setup

Point your coding agent at one URL.

Hand the URL below to Claude Code, Codex, Cursor, or any coding agent and it will set up MCPIP for you: connect an agent to the gateway and verify it works, then build your company's skill catalog from a description of your systems. The prompt is grounded in the real gateway API — no guessing, no fabricated fields.

how are you deploying?

paste this to your agent

Fetch https://mcpip.ai/agent-setup/prompt.md and follow it. I am self-hosting the free Community build.
one fetchable URLgrounded in the real APIconnect + catalogno signup

what your agent does

Two parts, top to bottom.

Part A

Connect an agent

Stand up a local gateway from the source-available repo, mint a scoped sandbox identity, and prove a governed call lands. Nothing is metered and there is no licence to install — Community is the full pipeline, self-hosted.

  • clone + sandbox bring-up, healthz / readyz check
  • mcpip login · dev-token · whoami · catalog · authorize
  • the raw POST /v1/authorize edge, incl. the 202 PIN step-up

Part B

Build your catalog

Every company's catalog is different, so the prompt interviews the agent's human (or reads the systems they paste) and emits a catalog tailored to their software and teams — opaque skill_{platform}_{tool} aliases hiding real targets, reads as auto and mutations as pin_required, each team scoped to its own compartment.

  • the skill model + the rules, grounded in the real register API
  • Output A — copy-paste /v1/admin/skills/register bodies
  • Output B — the catalog as a reviewable JSON array

or read it yourself

It's plain Markdown — curl it.

The prompt is served verbatim as text/markdown. Fetch it in a terminal, pipe it into a tool, or paste it straight into any chat — every command in it runs against the source-available gateway today.

curl -s https://mcpip.ai/agent-setup/prompt.md