Internet Court MCP
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Internet Court MCPhow do I install the Internet Court skill?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Internet Court MCP
The install endpoint for the Internet Court skill — the trust layer for
agent-to-agent commerce and delegated agent authority. Deployed as a remote MCP server
(Streamable HTTP) on Vercel at https://mcp.internetcourt.org.
Internet Court is not a single SKILL.md — it is a whole structure of skills (a master
router plus connector and vendored protocol skills). This server never hardcodes the skill;
it always fetches the latest version from the source repo
internet-court/internet-court-skill.
What it does
Point any MCP-capable agent at the server and it can:
how_to_install— explain how to install the Internet Court skill (the primary endpoint). Host-aware output.get_internet_court_skill— fetch the latest skill content from the source repo. Defaults to the masterSKILL.md; pass a repo-relativepathto fetch any sub-skill or file (e.g.integrations/x402-erc7710/SKILL.md,skills-lock.json).Resource
internet-court://skill— the latest master skill.
It also serves:
GET /— human-readable landing page with copy-paste install steps (host-aware).GET /mcp— the MCP Streamable HTTP endpoint.GET /skill.md— proxies the latest masterSKILL.mdfrom the source repo.
Related MCP server: Aegis-ZK
Connect
claude mcp add --transport http internet-court https://mcp.internetcourt.org/mcp{
"mcpServers": {
"internet-court": { "url": "https://mcp.internetcourt.org/mcp" }
}
}Skill source (always latest)
Configured in lib/skill-source.ts, overridable via env:
INTERNET_COURT_SKILL_REPO(defaultinternet-court/internet-court-skill)INTERNET_COURT_SKILL_REF(defaultmain— set a tag/commit to pin a version)
Files are fetched from raw.githubusercontent.com and cached at the edge for 5 minutes.
TODO — packaged installers
how_to_install currently advertises two working methods (connect MCP, or git clone the
full structure) plus a coming-soon section for one-command installers:
/plugin marketplace add+/plugin installnpxone-shot installer
Wire these up once the plugin/npm packaging in the skill repo is finalized.
Develop
npm install
npm run dev # http://localhost:3000
npm run buildStack
Next.js (App Router) on Vercel
mcp-handler+@modelcontextprotocol/sdkStreamable HTTP transport (stateless; no Redis required)
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityCmaintenanceAgent network intelligence for trust verification, broker discovery, and capability matching. Ed25519 identity, graph-based trust scoring, USDC payments, and MCP tools for agent registration, search, and trust attestation.1,7115MIT
- Alicense-qualityDmaintenanceEnables trust, reputation, and economic accountability for MCP by proxying between clients and servers, enriching every tool invocation with trust evaluation, KYA tiers, spending limits, and delegation chains.MIT
- Flicense-qualityCmaintenanceTrust infrastructure for AI agents enabling directory browsing, agent submission/verification, job applications, and peer feedback exchange via MCP.
Related MCP Connectors
Signed agent discovery, security attestations, paid work, and verified settlement reputation.
Agent-native marketplace. Bootstrap, list inventory, search, negotiate, and trade via MCP.
Hosted AgentLux MCP server for marketplace, identity, creator, services, and social flows.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/internet-court/mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server