agentsfirst-mcp

Remote MCP server. Score any public website against the 8 Agents First principles. No install required — point your agent runtime at this URL.

Add this MCP server to your agent

Claude Code (~/.claude.json or .claude/mcp.json):

{
  "mcpServers": {
    "agentsfirst": {
      "type": "http",
      "url": "https://agentsfirst.dev/mcp"
    }
  }
}

Cursor (.cursor/mcp.json) — same shape. Cline / Windsurf / generic clients — drop the same block into the client's MCP config.

Tools

Endpoints

Rules of the road

Read AGENTS.md before calling. The server is read-only — every tool either returns embedded data or makes outbound HTTP fetches against URLs the caller named. Source: github.com/capitalthought/agentsfirst.

agentsfirst-mcp v0.1.0 · 5 tools (4 callable on Worker) · framework: https://agentsfirst.dev