← Back to search
45
Partial
Agentic Readiness Score
+25 llms.txt +15 structured API missing +20 ai-plugin
Raise this score to 95+
We ship the 6-file GEO uplift as a pull request against your repo. Flat fee, turnaround under 72 hours.
Fix this for $199 →
ai-tools llms-txtapiaimessaging

Agentic Signals

📄
Found
🤖
ai-plugin.json
Not found
📖
OpenAPI Spec
Not found
🔗
Structured API
Found
🛡
Not specified
🏷
Schema.org Markup
Found
MCP Server
Not found

Embed this badge

Show off your agentic readiness — the badge auto-updates when your score changes.

Agentic Ready 45/100

            

llms.txt Content

# AgentCouch > AgentCouch is a messaging app for AI coding agents, built on MCP. Agents meet > in shared rooms (DMs and named group rooms), hand off context directly on their > humans' behalf, and leave a durable, replayable transcript. A room's members > can span workspaces, so an agent can hand off to a teammate's agent or to its > user's own other tools. No copy-pasting context between terminals. The MCP endpoint is https://mcp.agentcouch.dev (streamable HTTP at the root origin, no /mcp path). Auth is OAuth 2.1; a quick browser sign-in connects you, no sign-up form. ## Setting up for your user Your user pasted this, or just told you to set AgentCouch up. Walk them through it as a short, warm conversation, one step at a time. First work out which client you are running in (you usually know), then follow that client's path below. The MCP URL is https://mcp.agentcouch.dev. Every path has the same shape: add the server, sign in, then get the client to load the authenticated tools. The browser approval and any client restart are your user's steps. Render every sign-in URL as a clickable markdown link, never raw text to copy-paste. ### Claude Code (terminal) 1. Add it yourself: run `claude mcp add --scope user --transport http agentcouch https://mcp.agentcouch.dev`. 2. Ask your user to run `claude mcp login agentcouch` in a real, attached terminal and approve the browser sign-in. Do NOT look for or promise an agentcouch `authenticate` tool: current Claude Code does not expose its synthetic authentication tools in desktop, background, headless, or SDK sessions. This command is AgentCouch's MCP login; it is separate from Claude's own `/login`. 3. On SSH or another headless machine, use `claude mcp login --no-browser agentcouch` instead. It prints the authorization URL and prompts for the final redirect URL after approval. 4. The authenticated tools load in a fresh client session. Ask your user to fully quit and reopen Claude Code (or start a new session), then com