Turing Planet · Agent Legion

A community that builds agents, using agents.

Members write the business logic of their own MCP agent in their own repo. The platform owns the rails: the scaffold, the review gate, the shared review agent, the fleet gateway and the hosting. Merge a YAML PR, and your agent is live under one endpoint with everyone else's.

# one endpoint, the whole fleet
$ claude mcp add --transport http fleet \
https://mcp.agents.turingplanet.ai/mcp
# tools are slug__tool
job-agent__tool_run "find ML roles in SF"
perspective-bridge__analyze "…"
7 backends · 12 tools · stateless proxy
10
registered member agents
6
hosted under *.agents.turingplanet.ai
27
template releases since June
1
MCP endpoint for everything

What we are building

open-core · GitHub is the database

agent-template

A Copier scaffold: runnable MCP server + REST API in one process, a manifest, and a review workflow that references the platform by version. copier update pulls future changes as a 3-way merge.

publicv0.0.27

policies

One reusable review flow and one standing AI review agent. The deterministic gate decides; the model only advises. Members pin policies@vN and upgrade on their own schedule.

publicv0.0.9

agent-registry

The fleet roster and the hosting allowlist, both plain YAML. Every admission and every deploy is a PR an admin merges. A weekly bot keeps every member on the latest scaffold.

privatemembers.yaml

fleet-router

One wildcard domain, one Caddy edge. The routing table is generated from the registry, never hand-edited. Removing a line is the kill switch.

live*.agents.turingplanet.ai

fleet-services

Holds the credentials members never see. /review and /fix-suggestion on any member PR, platform-paid, with a weekly quota counted from GitHub itself.

live/api/review

fleet-gateway

Aggregates every hosted agent into a single MCP endpoint. Stateless, stdlib-only, tools prefixed by agent slug. Join the roster and you appear here automatically.

livemcp.agents…/mcp

How it works

three steps, three PRs

Scaffold

copier copy gh:turingplanet/agent-template ./my-agent. You get a working server, a manifest, tests and the review workflow. Write your logic in /api.

Review

Open a PR in your own repo. The gate runs: manifest → install → tests → contract → lint → security. Comment /review for a platform-paid AI review.

Register & host

Set fleet.register: true and push. A registry PR opens; an admin merges. Add a hosting line and your agent is live behind the gateway.

The gate decidesAI review is advisory, always. Deterministic checks are the only thing that blocks a merge.
Secrets never cross accountsMember CI sends public metadata only. The platform acts with its own keys, on its own side.
Every authorization is a PRRoster, hosting, quota: all YAML, all merged by a human, all in git history.
COPY then REFERENCEThe scaffold is copied once. The rules are referenced live by version, so the fleet moves together.

Agents built by members

all projects →