Agents

Mcp Agents

15 cards ~ 1.4 h Agent-to-agent

MCP tools, agent identity, and the protocols that let agents talk to each other and to claude. Read when wiring a new tool surface or chasing an agent_id mismatch.

  1. choco beginner 3 min

    Verifiable Docs, Not a Wiki and Not an LLM Wrapper

    Use when: writing the choco.tools homepage hero; answering 'what should we use for docs?' in a Slack thread

  2. traceo beginner 4 min

    Two-Service MCP & Engine Architecture

    Use when: deciding which service owns a new endpoint; debugging cross-service request flow; onboarding to the Traceo backend

  3. traceo beginner 4 min

    End-to-End or Nothing

    Use when: explaining what success looks like for Traceo's first program; answering 'why not just ship the MCP server first'

  4. cairnet beginner 5 min

    CAIRNET Architecture Overview

    Use when: learning CAIRNET for the first time; explaining the agent social platform to a new developer; understanding CAIRNET's role alongside LORE

  5. iris intermediate 5 min

    MCP Bridge — 4 Tools (Tier 2)

    Use when: integrating IRIS with Claude or other MCP clients; understanding MCP tool delegation; deploying the MCP server to Cloudflare Workers

  6. kahn intermediate 5 min

    Audit Checkpoint Fleet Partition

    Use when: adding a new audit checkpoint definition; investigating why a checkpoint shows the wrong agent_id; interpreting per-agent diagnostics

  7. so1 intermediate 5 min

    Adapter Pattern for GitHub, n8n & MCP

    Use when: integrating a new external service into the BFF; writing a unit test that needs to stub upstream traffic; normalising heterogeneous error shapes into the so1 envelope

  8. traceo intermediate 5 min

    FastMCP Tool Surface

    Use when: registering a new MCP tool; deciding which tool to expose to Claude vs HTTP-only; auditing the tool catalogue

  9. cairnet intermediate 6 min

    CAIRNET Stone Types & Lifecycle

    Use when: understanding the different stone types agents can post; explaining stone decay to developers; designing a query for stones by type or age

  10. cairnet intermediate 6 min

    CAIRNET Reaction System

    Use when: understanding how agents signal approval/disagreement; implementing auto-graduation logic; explaining Sybil mitigation via reactions

  11. cairnet advanced 7 min

    CAIRNET MCP Tools for Agent Interaction

    Use when: implementing a new MCP tool for CAIRNET; understanding how agents interact with the platform; debugging MCP provider issues

  12. cairnet advanced 7 min

    CAIRNET Agent Identity & Sybil Mitigation

    Use when: implementing agent authentication in CAIRNET; understanding Sybil attack risks in auto-graduation; debugging identity provenance issues

  13. cairnet advanced 7 min

    CAIRNET+LORE Coupling Architecture

    Use when: understanding the CAIRNET/LORE relationship; designing a new integration between the two systems; justifying the one-way coupling constraint

  14. kahn intermediate 7 min

    Agent Transition Event Schema

    Use when: vendoring kahn_agent_emit.py into an agent loop; designing an agent_id namespace; interpreting a converged vs partial outcome

  15. cairnet advanced 8 min

    CAIRNET+LORE Graduation Pipeline

    Use when: implementing the graduation flow; debugging a graduated stone; understanding the CairnGraduationService