{"name":"com.agentalog/meta-agent-tools","slug":"agentalog-meta-agent-tools","title":null,"description":"Registry of MCP servers, agent skills and plugins: search, filter, comments, likes, publish.","url":"https://mcp.market/server/agentalog-meta-agent-tools","rating":null,"grade":"C","score":60,"certified":false,"status":"active","category":"ai","tags":["ai","search"],"presence":{"score":8,"stars":null,"forks":null,"downloads_week":null,"last_push_at":null,"license":null},"uptime":{"percent":100,"checks":6,"ok":6,"last_checked_at":"2026-09-20T19:56:14.140Z","last_ok_at":"2026-09-20T19:56:14.140Z","latency_ms":107},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":null,"website":"https://agentalog.com","version":"1.0.0","remotes":[{"type":"streamable-http","url":"https://agentalog.com/mcp"}],"packages":[],"tools":[{"name":"api_access","description":"Monthly data package and private purchase status, without charging. MAT-only balance; pass prefix mat_.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"api_pass":{"type":"string","description":"MAT-only private pass: mat_<32 random hex>_<64 random hex>. Generate and save before buying."}},"additionalProperties":false}},{"name":"api_access_buy","description":"Buy 1,000 basic data reads for US$1, valid for 30 days. Requires explicit payment. MAT-only balance; pass prefix mat_.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"api_pass":{"type":"string","description":"MAT-only private pass: mat_<32 random hex>_<64 random hex>. Generate and save before buying."},"credit_token":{"type":"string","description":"Existing prepaid credit token."},"payment":{"type":"string","description":"Signed x402 payload, after authorizing the quote."},"transaction":{"type":"string","description":"Base transaction hash to reconcile an uncertain payment with the same pass and original payload."}},"required":["api_pass"],"additionalProperties":false}},{"name":"api_index","description":"Index of the Mural API.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{}}},{"name":"api_usage","description":"Remaining MAT read credits, without consuming credit.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"api_pass":{"type":"string","description":"MAT-only private pass: mat_<32 random hex>_<64 random hex>. Generate and save before buying."}},"required":["api_pass"],"additionalProperties":false}},{"name":"billing","description":"x402 prices and network.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{}}},{"name":"contact","description":"Agent contact or a sponsorship/partnership/advertising proposal. $0.10 x402. After the 1st message: 429 + Retry-After (backoff).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"name":{"type":"string","description":"What to call the person writing."},"email":{"type":"string","description":"Where to reply."},"message":{"type":"string","description":"What you want to say."},"tipo":{"type":"string","enum":["patrocinio","parceria","anuncio"],"description":"Proposal: `patrocinio`, `parceria` or `anuncio`. Turns on the fields below."},"empresa":{"type":"string","description":"Who is proposing, when it is a company."},"site":{"type":"string","description":"Website of who is proposing."},"orcamento":{"type":"string","enum":["ate_100","100_500","500_2000","2000_mais","a_combinar"],"description":"`ate_100`, `100_500`, `500_2000`, `2000_mais` or `a_combinar`."},"espaco":{"type":"array","items":{"type":"string"},"description":"Placement ids from `GET /api/partners`, up to 6."},"duracao":{"type":"string","enum":["30","90","365"],"description":"Exposure in days: `30`, `90` or `365`."},"pagamento":{"type":"string","enum":["usdc","deposito","a_combinar"],"description":"`usdc`, `deposito` or `a_combinar`."}},"required":["name","email","message"]}},{"name":"create_guest","description":"Creates a guest mr_…","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{}}},{"name":"create_listing","description":"Registers an MCP server, skill or plugin (human session free; agent without session = 402 $0.10).","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"kind":{"type":"string","description":"What is being registered.","enum":["mcp","skill","plugin","okf"]},"category":{"type":"string","description":"Category so the listing shows up under the right filter."},"name":{"type":"string","description":"Display name; without it, taken from the source."},"tagline":{"type":"string","description":"One line saying what it is for."},"body":{"type":"string","description":"Long description, optional."},"url":{"type":"string","description":"MCP endpoint, SKILL.md URL, the plugin's repository or the OKF bundle's `index.md`. For an OKF bundle on a domain you control, `POST /api/okf/ping` is free."}},"required":["kind","url"]}},{"name":"feed_find","description":"Does this site publish a feed? Answers with every feed known for a domain — the question a reader or an agent actually asks.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"dominio":{"type":"string","description":"Domain, with no scheme: example.com"},"api_pass":{"type":"string","description":"MAT-only private pass: mat_<32 random hex>_<64 random hex>. Generate and save before buying."},"retry_key":{"type":"string","description":"Optional retry key, up to 80 ASCII characters; same read for five minutes."}},"required":["dominio"]}},{"name":"feed_post","description":"Read one post whole: the body in Markdown (`conteudo`) and the author's formatting as safe HTML (`conteudo_html`), plus the link to the original. `ord` comes from feed_posts; 0 is the newest.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"type":"string","description":"Feed id, prefix fd_."},"ord":{"type":"integer","description":"Position of the post in the feed; 0 is the newest."},"api_pass":{"type":"string","description":"MAT-only private pass: mat_<32 random hex>_<64 random hex>. Generate and save before buying."},"retry_key":{"type":"string","description":"Optional retry key, up to 80 ASCII characters; same read for five minutes."}},"required":["id","ord"]}},{"name":"feed_posts","description":"What has this feed published? The posts of one feed as our queue read them — title, date, author, summary, categories and enclosure, without the body. Find the feed first (feed_find or feed_search); this takes an id from this index, never a URL.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"type":"string","description":"Feed id, prefix fd_."},"api_pass":{"type":"string","description":"MAT-only private pass: mat_<32 random hex>_<64 random hex>. Generate and save before buying."},"retry_key":{"type":"string","description":"Optional retry key, up to 80 ASCII characters; same read for five minutes."}},"required":["id"]}},{"name":"feed_search","description":"Search the feed index by text and filters: format, audio/video, community, namespace and year of the newest item.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"q":{"type":"string","description":"Free text over name, description and domain."},"tipo":{"type":"string","description":"rss2, rss1, atom, json (comma-separated = OR).","enum":["rss2","rss1","atom","json","rss"]},"midia":{"type":"string","description":"audio, video.","enum":["audio","video"]},"comunidade":{"type":"string","description":"fediverse, indieweb, mastodon, friendica, wordpress, funkwhale.","enum":["fediverse","indieweb","mastodon","friendica","wordpress","funkwhale","blogroll"]},"recurso":{"type":"string","description":"content, itunes, podcast, media, slash, wfw, georss.","enum":["content","itunes","podcast","media","slash","wfw","georss"]},"origem":{"type":"string","description":"index, blogroll, bridge.","enum":["index","blogroll","bridge"]},"limit":{"type":"integer","description":"Feeds per page, 1-50.","default":20},"api_pass":{"type":"string","description":"MAT-only private pass: mat_<32 random hex>_<64 random hex>. Generate and save before buying."},"retry_key":{"type":"string","description":"Optional retry key, up to 80 ASCII characters; same read for five minutes."}}}},{"name":"get_bundle","description":"One bundle's card: root index.md URL, version, concept count, provenance and repository signal.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"type":"string","description":"Bundle id, the `id` of every item in the list."}},"required":["id"]}},{"name":"get_listing","description":"One listing's page.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"type":"string","description":"Listing ID, from `Anuncio.id`."},"api_pass":{"type":"string","description":"MAT-only private pass: mat_<32 random hex>_<64 random hex>. Generate and save before buying."},"retry_key":{"type":"string","description":"Optional retry key, up to 80 ASCII characters; same read for five minutes."}},"required":["id"]}},{"name":"get_listing_readme","description":"README collected for a listing (R2). Only when get_listing carries readme_api; 404 when none was stored.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"type":"string","description":"Listing ID, from `Anuncio.id`."},"api_pass":{"type":"string","description":"MAT-only private pass: mat_<32 random hex>_<64 random hex>. Generate and save before buying."},"retry_key":{"type":"string","description":"Optional retry key, up to 80 ASCII characters; same read for five minutes."}},"required":["id"]}},{"name":"go_listing","description":"302 hop to the listing's origin (counts a visit).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"type":"string","description":"ID of the listing to visit."}},"required":["id"]}},{"name":"health","description":"Liveness.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{}}},{"name":"index_stats","description":"Size of the index by provenance and when it last changed.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{}}},{"name":"like_listing","description":"Reversible like.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"type":"string","description":"ID of the listing to like."},"guest_token":{"type":"string"}},"required":["id","guest_token"]}},{"name":"list_comments","description":"Comments on a live listing.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"type":"string","description":"ID of the listing."}},"required":["id"]}},{"name":"list_listings","description":"Public mosaic of live MCP servers, skills, plugins and OKF knowledge bundles.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"q":{"type":"string","description":"Free text over the name, the tagline, the description, the origin identifier and the README excerpt: every word (up to six, 2+ letters, accents ignored) must match; ranked by bm25 with the name weighing most (10), then tagline (5), identifier (3), description (2), README excerpt (1); ties by stars. Kind, topic and transport words become filters. The `low` tail is in the same index."},"kind":{"type":"string","description":"Which kind of resource to fetch.","enum":["mcp","skill","plugin"]},"category":{"type":"string","description":"Category declared by whoever published."},"sort":{"type":"string","description":"Result order. Without it, a query is ranked by relevance — bm25 over the full-text index (name 10, tagline 5, identifier 3, description 2, README excerpt 1) multiplied by 1 + 0.05·ln(1 + stars) + 0.1 if pushed in the last 180 days + 0.1 if a README was collected; ties by stars — and a plain listing by arrival.","enum":["relevancia","recent","stars","likes","visits","nome"],"default":"relevancia when q is set, recent otherwise"},"low":{"type":"string","description":"`0` leaves the `low` tail out; by default it comes after the `live` listings in every order.","enum":["0"]},"interpret":{"type":"string","description":"`0` disables query understanding and searches the raw string.","enum":["0"]},"api_pass":{"type":"string","description":"MAT-only private pass: mat_<32 random hex>_<64 random hex>. Generate and save before buying."},"retry_key":{"type":"string","description":"Optional retry key, up to 80 ASCII characters; same read for five minutes."}}}},{"name":"list_mcp_servers","description":"MCP subregistry (GET /v0.1/servers). Only live kind=mcp.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"search":{"type":"string","description":"Free text over the server's name and description."},"cursor":{"type":"string","description":"Opaque cursor of the next page, from `metadata.next_cursor`."},"limit":{"type":"number","description":"Servers per page.","default":30},"api_pass":{"type":"string","description":"MAT-only private pass: mat_<32 random hex>_<64 random hex>. Generate and save before buying."},"retry_key":{"type":"string","description":"Optional retry key, up to 80 ASCII characters; same read for five minutes."}}}},{"name":"listing_history","description":"Timeline of the listing's repository: last events (abandono = no push for 12 months, sumiu, renomeado, readme_mudou, manifesto_mudou), newest first; empty when nothing changed since the series began.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"type":"string","description":"Listing ID, from `Anuncio.id`."},"api_pass":{"type":"string","description":"MAT-only private pass: mat_<32 random hex>_<64 random hex>. Generate and save before buying."},"retry_key":{"type":"string","description":"Optional retry key, up to 80 ASCII characters; same read for five minutes."}},"required":["id"]}},{"name":"listing_status","description":"Moderation state of a listing (pending / live / low / hidden / blocked) — poll it after create_listing. No credential; only the decision comes back.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"type":"string","description":"Listing ID, from the `id` of the `POST /api/listings` response."}},"required":["id"]}},{"name":"mcp_index_search","description":"Browse what independent MCP indexes measured, including servers this catalog does not list yet (casou=0).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"fonte":{"type":"string","description":"One index: wellknown, agent_tools, nerq, truespar, neuronto, paygent, hultra.","enum":["wellknown","agent_tools","nerq","truespar","neuronto","paygent","hultra"]},"estado":{"type":"string","description":"vivo, fora, parado, abandonado, apagado, desconhecido.","enum":["vivo","fora","parado","abandonado","apagado","desconhecido"]},"casou":{"type":"string","description":"1 matched to a listing, 0 not in the catalog.","enum":["0","1"]},"q":{"type":"string","description":"Substring of name, URL or repository."},"limit":{"type":"integer","description":"Signals per page, 1-50.","default":20},"api_pass":{"type":"string","description":"MAT-only private pass: mat_<32 random hex>_<64 random hex>. Generate and save before buying."},"retry_key":{"type":"string","description":"Optional retry key, up to 80 ASCII characters; same read for five minutes."}}}},{"name":"mcp_index_signals","description":"Does this MCP server still answer, with which access, and is its repository alive? What independent MCP indexes measured about one listing of this catalog, each credited with its license. Take the id from list_listings.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"listing":{"type":"string","description":"Listing id from list_listings."},"api_pass":{"type":"string","description":"MAT-only private pass: mat_<32 random hex>_<64 random hex>. Generate and save before buying."},"retry_key":{"type":"string","description":"Optional retry key, up to 80 ASCII characters; same read for five minutes."}},"required":["listing"]}},{"name":"pricing","description":"Current public prices and free allowances; no charge.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"additionalProperties":false}},{"name":"search_bundles","description":"Search the index of OKF bundles: free text over name, tagline, description and origin; filter by provenance (github|domain), repository, version, language, license, root type or concept count; search root concept text. Paginate with limit/offset.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"q":{"type":"string","description":"Free text over name, tagline, description and origin identifier."},"origin":{"type":"string","description":"Provenance: found by the GitHub sweep, or submitted by a domain.","enum":["github","domain"]},"repo":{"type":"string","description":"Only bundles of one repository, `owner/repo` (case-insensitive)."},"version":{"type":"string","description":"Only bundles declaring one of these `okf_version` values; comma-separated, up to 5."},"language":{"type":"string","description":"Only bundles whose repository language is one of these; comma-separated, up to 5 (GitHub bundles)."},"concept":{"type":"string","description":"Text in the indexed root content, including listed concept names and summaries (first 1000 characters); up to 80 characters."},"concepts":{"type":"string","description":"Number of entries listed by the root. Up to 5 comma-separated bands: 0,1-5,6-20,21-100,101+."},"type":{"type":"string","description":"Type declared by the root, not the types of every concept. Up to 5 comma-separated values, 40 characters each."},"license":{"type":"string","description":"Repository license. Up to 5 comma-separated values, 40 characters each."},"sort":{"type":"string","description":"Result order: arrival, last content change, name or repository stars.","enum":["recent","updated","name","stars"],"default":"recent"},"limit":{"type":"integer","description":"Bundles per page, at most 100.","default":24},"offset":{"type":"integer","description":"How many bundles to skip. Use `next_offset` from the previous response; the list ends at 1000.","default":0}}}},{"name":"submit_okf","description":"Submits OKF bundles from a host you control (IndexNow protocol: key file proves ownership, no account, no charge). Answers 202 — the key is checked by the collector before anything is read.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"host":{"type":"string","description":"The host that owns the bundles."},"key":{"type":"string","description":"8 to 128 characters of [a-zA-Z0-9-]."},"keyLocation":{"type":"string","description":"Where the key file lives. Defaults to `https://<host>/<key>.txt`; must be on `host`."},"urlList":{"type":"array","items":{"type":"string"},"description":"Bundle `index.md` URLs. https, on `host`, ending in .md. No fixed path: the spec defines no discovery convention."}},"required":["host","key","urlList"]}}],"scan":{"score":60,"grade":"C","scanned_at":"2026-09-20T11:37:48.456Z","report":{"scannerVersion":"0.1.9","scannedAt":"2026-09-20T11:37:48.418Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 496ms"]},"poisoning":{"score":15,"max":15,"notes":["29 tool descriptions checked"]},"auth":{"score":3,"max":15,"notes":["open endpoint exposes 5 write-action tools with no auth"]},"maintenance":{"score":3,"max":15,"notes":["no repository listed"]},"identity":{"score":4,"max":10,"notes":["verified namespace with website, no repo"]}},"findings":[{"id":"auth.open-write","severity":"high","component":"auth","title":"Write-action tools reachable without authentication"},{"id":"maint.no-repo","severity":"low","component":"maintenance","title":"No source repository listed"}],"inputs":{"probes":[{"url":"https://agentalog.com/mcp","reachable":true,"authRequired":false,"latencyMs":496,"serverInfo":{"name":"Meta Agent Tools","version":"edeb64b6"}}],"packages":[],"repo":{"found":false},"icon":{"url":"https://agentalog.com/icon.svg","source":"site"},"presence":{"stars":null,"forks":null,"downloadsWeek":null,"license":null,"lastPushAt":null,"score":8}}}},"grade_history":[],"reviews":[]}