agent setup
Point your coding agent at one URL.
Hand the URL below to Claude Code, 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.
paste this to your agent
Fetch https://mcpip.ai/agent-setup/prompt.md and follow it.what your agent does
Two parts, top to bottom.
Part A
Connect an agent
The prompt walks the agent through standing up a local sandbox from the repo (there is no vendor-hosted gateway), minting a scoped sandbox identity, and proving a governed call lands — REST or the mcpip CLI. For production it hands over to the key ceremony, so identities come only from your own IdP.
- 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