MCP server
The registry as tools an agent can call, over the same public endpoints this documentation describes. Reads need no key.
Run it
npx -y github:fletch-now/fletch-mcp
The source is at github.com/fletch-now/fletch-mcp. An npm package follows.
Point a client at it
Claude Code, Claude Desktop and anything else speaking MCP take the same shape.
{
"mcpServers": {
"fletch": {
"command": "npx",
"args": ["-y", "github:fletch-now/fletch-mcp"]
}
}
}What an agent should ask first
Freshness before figures. The status tool says whether each job is current, and every answer carries when it was last read, so an agent can decline to act on a stale number instead of quoting it.
llms.txt is the same guidance in one file, written for a model rather than a person.