Internet Court MCP

Internet Court MCP

Provides a trust layer for agent-to-agent commerce and delegated agent authority, allowing MCP-capable agents to install and fetch the latest Internet Court skill dynamically.

Category
Visit Server

README

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 master SKILL.md; pass a repo-relative path to 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 master SKILL.md from the source repo.

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 (default internet-court/internet-court-skill)
  • INTERNET_COURT_SKILL_REF (default main — 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 install
  • npx one-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 build

Stack

  • Next.js (App Router) on Vercel
  • mcp-handler + @modelcontextprotocol/sdk
  • Streamable HTTP transport (stateless; no Redis required)

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured