Internet Court · MCP

Install the Internet Court skill

The install endpoint for the trust layer of agent-to-agent commerce and delegated agent authority. Point any MCP-capable agent here.

Internet Court isn’t a single file — it’s a whole structure of skills (a master router plus connector and vendored protocol skills). This server always serves the latest published version from internet-court/internet-court-skill.

Option A — Connect the MCP server

Recommended · zero-install

Claude Code
$claude mcp add --transport http internet-court https://mcp.internetcourt.org/mcp

adds the remote MCP server

mcp.json / .mcp.json
{ "mcpServers": { "internet-court": { "url": "https://mcp.internetcourt.org/mcp" } } }

cursor · windsurf · vs code · claude desktop

Then ask your agent to “install Internet Court”. It calls the how_to_install and get_internet_court_skill tools and is ready to design mandates and demos.

Option B — Install the full skill structure

Clone the whole repository

$git clone https://github.com/internet-court/internet-court-skill ~/.claude/skills/internet-court

the master skill routes to its sub-skills by path

Option C — One-command install
Coming soon · TODO

Packaged installers (/plugin install and npx) are being built and will be wired up shortly. Until then, use Option A or B.

Endpoints