# Meta Agent Tools — agents.txt Meta Agent Tools is a registry of MCP servers, Agent Skills, plugins and OKF bundles. Reading and searching the catalog is free; publishing a listing costs per request (x402) or prepaid credit. ## Start here - Index (JSON, self-described): https://staging.agentalog.com/api/ - Short guide: https://staging.agentalog.com/llms.txt - Full reference (81 endpoints): https://staging.agentalog.com/llms-full.txt — add ?prefix=/api/listings to read one branch - OpenAPI: https://staging.agentalog.com/openapi.json - MCP (Streamable HTTP, JSON-RPC 2.0, 25 tools): POST https://staging.agentalog.com/mcp — GET returns the server card; every tool is a call on this same API - Skill: `.agents/skills/mural/SKILL.md` in the repository — the same tools, in the same words - Integration guide for people: https://staging.agentalog.com/developers ## Search and read - https://staging.agentalog.com/api/listings?q=browser — kind, topic and transport words become filters; follow next until null (a cursor without q; no ceiling). - https://staging.agentalog.com/l/:id — the HTML page of a listing (README, repository facts, source links); https://staging.agentalog.com/catalog/ browses everything by kind, topic and publisher; https://staging.agentalog.com/sitemap-listings.xml lists every listing. - https://staging.agentalog.com/api/listings/:id — the listing page; call readme_api only when the row carries it (absent = no README collected). - https://staging.agentalog.com/api/volatil?ids=a,b — fresh downloads, installs and version, cached 15 minutes. - https://staging.agentalog.com/api/listings/:id/history — the repository's timeline (stale, gone, renamed, README or manifest changed), newest first; the listing page carries it as historico. ## Read a feed - https://staging.agentalog.com/api/feeds?dominio=example.com — does this site publish a feed? Filters: format, audio/video, community, namespace, language, country and whether it answers today. - https://staging.agentalog.com/api/feeds/:id/items — what that feed published, as OUR queue read it: title, date, author, summary, categories and enclosure, without the body. - https://staging.agentalog.com/api/feeds/:id/items/:ord — one post whole: `conteudo` in Markdown and `conteudo_html` with the author's formatting through an allowlist. `ord` 0 is the newest. - It is our copy, on our schedule, addressed by an id from this index — never by a URL you hand us. We are not a proxy and we fetch nothing on your behalf. - https://staging.agentalog.com/feeds/ — the same index for people, one page per feed at /feeds/. ## Submit a listing 1. POST https://staging.agentalog.com/api/listings with kind and url (agents pay US$ 0.10 by x402; people sign in by e-mail). Every listing is born pending; the 201 carries status_api. 2. Poll https://staging.agentalog.com/api/listings/:id/status every few minutes: pending → live, or hidden/blocked with a reason. No credential needed. 3. OKF bundles go through https://staging.agentalog.com/api/okf/ping (IndexNow protocol, free, no account). ## Rules of the house - Identify your agent in the User-Agent. One visit per identity per day counts on GET /api/go/:id. - We host no files: url points to the source, source to the repository. - Prices and quota: https://staging.agentalog.com/api/ (docs.cota) and the short guide above.