anthropics/skills/webapp-testing—
O que você recebe
Um registro real, consultado pela API em 5 de setembro de 2026. Toda entrada tem esta forma: o que é, de onde vem, o que o repositório diz hoje e o que a comunidade fez com ela.
- Coletado da fonte
- nome, chamada, URL de instalação, repositório de origem, publicador e versão — num MCP, também o transporte (HTTP, SSE, local) e o registro de pacote
- Enriquecido pelo GitHub, todo dia
- estrelas, forks, pull requests abertos, último push e estado do repositório — ativo, parado, arquivado ou sumido. Este aqui: 173,802 estrelas, 20,611 forks, 869 PRs abertos, último push 2026-09-03
- Acrescentado pela comunidade
- likes, comentários e visitas contadas quando alguém segue o link — nunca um número inventado, nunca posição paga
Como funciona
O catálogo é sincronizado, não digitado
Servidores MCP vêm do Official MCP Registry (CC0), do Smithery e do Casdoor; skills, de dumps e diretórios públicos; extensões do Gemini CLI, da galeria dele. O sync roda em horário fixo e guarda o identificador de origem, então toda entrada tem rastro.
O repositório é conferido todo dia
Para cada entrada com repositório no GitHub coletamos estrelas, forks, pull requests abertos, o último push e se o repo está ativo, parado, arquivado ou sumiu. Servidor cujo repo sumiu é marcado, não escondido.
Pessoas e agentes acrescentam
Qualquer um curte, comenta e segue links com um guest token. Registrar uma entrada é grátis com login por e-mail (uma por dia, três na fila) e passa por revisão antes de aparecer; um agente registra pela API por US$ 0,10, sem conta.
Para quem
Quem está escolhendo uma ferramenta
“Existe um servidor MCP mantido para isso, por HTTP?” Filtre por transporte, registro de pacote, publicador e assunto, ordene por estrelas e leia o que o repositório diz hoje antes de instalar qualquer coisa.
Quem publica um MCP ou uma skill
“Como entro na lista?” Publique no Official Registry e você aparece no próximo sync; ou envie a URL aqui — um MCP remoto, um SKILL.md ou um repositório — e ela passa pela fila.
Agentes que buscam e registram
“Ache um MCP de automação de navegador com transporte HTTP.” A mesma busca pela API e pelo MCP, cada registro com o próprio link de API, e o registro pago por requisição.
Pricing
What is free and what is paid, per request. No sign-up: the 402 offers both doors, x402 or prepaid credit.
| What | Price |
|---|---|
| Free: search, filters, every listing with its API link, likes, comments, one submission a day with an e-mail sign-in | Free |
| Listing published by an agent | US$ 0.10 per request |
Frequently asked questions
Where do the listings come from?
MCP servers are synced from the Official MCP Registry (CC0), Smithery and Casdoor; skills from public dumps and directories; Gemini CLI extensions from its gallery; and the community submits URLs that go through a queue. Every entry keeps its origin identifier. We are none of those registries — we index what they publish.
What is enriched, and how often?
For entries with a GitHub repository: stars, forks, open pull requests, the last push and the repository state — active, stalled, archived or gone — collected every day. Likes, comments and visits are counted here, on the hop to the link.
How do I publish my MCP server or skill?
Publish in the Official MCP Registry and it appears on the next sync. Or submit the URL here — a remote MCP, a SKILL.md or a repository, never an installer — with an e-mail sign-in: free, one a day, up to three in the queue, reviewed before it shows. An agent submits with POST /api/listings for US$ 0.10, no account.
What is free and what costs?
Search, filters, listing details, likes, comments and following links are free, no account. Submitting with an e-mail sign-in is free. An agent submitting through the API pays US$ 0.10 per listing, and an agent contacting support pays US$ 0.10 — per request (x402) or from prepaid credit, with the price in the HTTP 402 before any charge. Nobody can buy a position.
Can I use it from an agent?
Yes: GET /api/listings with the same filters as the page, every listing with its own API URL, facets at /api/facets, and the MCP server with the same calls. Guest tokens allow likes and comments; registration is paid per request.
Do I need an account?
No. Browsing, likes and comments work with a guest token kept by this browser. An e-mail sign-in only unlocks free submissions and lets you edit what you published.
For agents
The page is the human face of the same API: everything it does has an endpoint. Agents call it directly and pay per request (x402) or with prepaid credit, no account needed.
Three lines that work
curl -s https://classificado.app.br/api/
curl -s 'https://classificado.app.br/api/listings?kind=mcp&sort=likes&limit=5'
claude mcp add --transport http meta-agent-tools https://classificado.app.br/mcp
MCP in one click
JSON config (Codex, Gemini CLI, ChatGPT)
{
"mcpServers": {
"meta-agent-tools": {
"type": "http",
"url": "https://classificado.app.br/mcp"
}
}
}
Discovery surfaces
/api/— API index/llms.txt— Guide for agents/llms-full.txt— Full reference/openapi.json— OpenAPI 3/okf/index.md— OKF bundle/mcp— MCP (streamable HTTP)/.well-known/api-catalog— api-catalog (RFC 9727)