🌐 Headless Domains MCP Server

This is the official Model Context Protocol (MCP) server for Headless Domains.

It allows AI agents (like Claude, Cursor, and custom agentic frameworks) to natively search for and register decentralized agent identities.

🔌 How Agents Connect to This Server

The Model Context Protocol (MCP) provides two main ways for an AI agent to connect to this server:

1. Hosted Server (SSE) - 🌟 Recommended

This is the cloud-hosted web server you are currently looking at! It is the best method for widespread adoption because modern agents (like Cursor, Windsurf, or web-based AI tools) can connect directly over the internet without users needing to download or install any Python code.

Endpoint URL: https://mcp.headlessdomains.com/sse

Note: If the user wishes to register domains or sync bios, they must pass their HEADLESSDOMAINS_API_KEY as an environment variable or header when connecting their agent.

2. Local Process (stdio)

The AI agent literally runs Python on the user's laptop to start the server locally in the background. This is currently required for Claude Desktop. It is secure, but requires the user to install Python and clone the GitHub repository.

Command: mcp run server.py

🔗 Links & Resources