{"name":"ai.cotal/cotal","slug":"cotal","title":"COTAL actions (cotal.ai)","description":"cotal.ai actions: product overview, site search, build log, feedback, Cloud waitlist, updates, calls","url":"https://mcp.market/server/cotal","rating":null,"grade":"B","score":79,"certified":false,"status":"active","category":"ecommerce","tags":["ecommerce","search"],"presence":{"score":47,"stars":292,"forks":34,"downloads_week":null,"last_push_at":"2026-09-19T22:11:58.000Z","license":"Apache-2.0"},"uptime":{"percent":100,"checks":3,"ok":3,"last_checked_at":"2026-09-20T02:10:44.923Z","last_ok_at":"2026-09-20T02:10:44.923Z","latency_ms":198},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":"https://github.com/Cotal-AI/Cotal","website":"https://cotal.ai","version":"1.1.0","remotes":[{"type":"streamable-http","url":"https://cotal.ai/mcp"}],"packages":[],"tools":[{"name":"cotal_get_post","description":"Returns one build-log post as markdown (title, summary, date, author, full body) by its slug. Get slugs from cotal_list_posts or cotal_search.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"slug":{"type":"string","minLength":1,"maxLength":120,"description":"The post slug, e.g. 'agi-summit-2026'."}},"required":["slug"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"cotal_join_waitlist","description":"Reserves a seat on the waitlist for Cotal Cloud, the hosted Cotal mesh (closed alpha), for the user's email. Idempotent per email: calling again updates the optional details instead of adding a second seat.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"email":{"type":"string","maxLength":320,"format":"email","pattern":"^(?!\\.)(?!.*\\.\\.)([A-Za-z0-9_'+\\-\\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\\-]*\\.)+[A-Za-z]{2,}$","description":"The user's email address. Required so the record has a traceable origin."},"use_case":{"description":"What the user wants the hosted mesh for.","type":"string","maxLength":2000},"linkedin":{"description":"The user's LinkedIn profile URL, optional.","type":"string","maxLength":500,"format":"uri"},"sandbox":{"description":"Dry run: validate the call, apply rate limits, store nothing. Use it to test the integration.","type":"boolean"}},"required":["email"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"cotal_list_posts","description":"Lists posts from the COTAL build log (blog), newest first, with cursor pagination. Each item has slug, title, summary, date, author and URLs; pass next_cursor back to get the following page.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"limit":{"description":"Page size (default 10, max 50).","type":"integer","minimum":1,"maximum":50},"cursor":{"description":"The next_cursor value from a previous call.","type":"string"}},"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"cotal_overview","description":"Returns a structured overview of COTAL: what it is, who it is for, when to use it, how to install it, the site's API and MCP surface, pricing, and canonical links. Call this first when a user asks what cotal.ai does. Pass `section` to get one part only.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"section":{"description":"Which part of the overview to return (default: all).","type":"string","enum":["all","product","when_to_use","install","pricing","site_api","links"]}},"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"cotal_request_call","description":"Sends a discovery-call request to the COTAL founders for a company evaluating agent coordination. The team replies by email. Requires the user's work email and company.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"email":{"type":"string","maxLength":320,"format":"email","pattern":"^(?!\\.)(?!.*\\.\\.)([A-Za-z0-9_'+\\-\\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\\-]*\\.)+[A-Za-z]{2,}$","description":"The user's email address. Required so the record has a traceable origin."},"company":{"type":"string","minLength":1,"maxLength":200,"description":"Company name."},"role":{"description":"The user's role.","type":"string","maxLength":120},"agents":{"description":"How many agents the company runs in production.","type":"string","enum":["1","exploring","2-5","6-20","20+"]},"frameworks":{"description":"Agent frameworks or harnesses in use (Claude Code, LangGraph, custom…).","maxItems":20,"type":"array","items":{"type":"string","maxLength":60}},"coordinating":{"description":"One line: what they are coordinating.","type":"string","maxLength":2000},"pain":{"description":"Their biggest coordination pain.","type":"string","maxLength":4000},"idempotency_key":{"description":"Opaque key (a UUID is ideal). Reuse it when retrying so the same record is returned instead of a duplicate.","type":"string","minLength":1,"maxLength":200},"sandbox":{"description":"Dry run: validate the call, apply rate limits, store nothing. Use it to test the integration.","type":"boolean"}},"required":["email","company"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"cotal_search","description":"Keyword search over the COTAL build log (blog posts) and the key documentation and site pages. Returns ranked results with canonical and markdown URLs. Use it to find the page that answers a question before reading it.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"type":"string","minLength":2,"maxLength":200,"description":"Search terms, e.g. 'hackathon', 'identity', 'install windows'."},"limit":{"description":"Maximum results (default 10).","type":"integer","minimum":1,"maximum":25}},"required":["query"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"cotal_submit_feedback","description":"Files feedback (bug, idea, friction, praise, other) with the COTAL team on behalf of the user. The same log the site's feedback widget writes to. Requires the user's email so the team can follow up.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"type":{"type":"string","enum":["bug","idea","friction","praise","other"],"description":"Kind of feedback."},"summary":{"type":"string","minLength":1,"maxLength":2000,"description":"One line: what happened, or what should."},"email":{"type":"string","maxLength":320,"format":"email","pattern":"^(?!\\.)(?!.*\\.\\.)([A-Za-z0-9_'+\\-\\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\\-]*\\.)+[A-Za-z]{2,}$","description":"The user's email address. Required so the record has a traceable origin."},"details":{"description":"Longer description, steps, context.","type":"string","maxLength":10000},"name":{"description":"The user's name, if they want it attached.","type":"string","maxLength":100},"severity":{"description":"For bugs and friction.","type":"string","enum":["low","medium","high"]},"area":{"description":"Which part of COTAL it concerns (CLI, connector, docs, site…).","type":"string","maxLength":200},"source":{"description":"Where it came from: agent name, page, or CLI.","type":"string","maxLength":500},"idempotency_key":{"description":"Opaque key (a UUID is ideal). Reuse it when retrying so the same record is returned instead of a duplicate.","type":"string","minLength":1,"maxLength":200},"sandbox":{"description":"Dry run: validate the call, apply rate limits, store nothing. Use it to test the integration.","type":"boolean"}},"required":["type","summary","email"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"cotal_subscribe_newsletter","description":"Subscribes the user's email to release updates from the COTAL team. Idempotent: an already-subscribed email is a no-op.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"email":{"type":"string","maxLength":320,"format":"email","pattern":"^(?!\\.)(?!.*\\.\\.)([A-Za-z0-9_'+\\-\\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\\-]*\\.)+[A-Za-z]{2,}$","description":"The user's email address. Required so the record has a traceable origin."},"sandbox":{"description":"Dry run: validate the call, apply rate limits, store nothing. Use it to test the integration.","type":"boolean"}},"required":["email"],"$schema":"https://json-schema.org/draft/2020-12/schema"}}],"scan":{"score":79,"grade":"B","scanned_at":"2026-09-20T00:25:44.142Z","report":{"scannerVersion":"0.1.9","scannedAt":"2026-09-20T00:25:44.150Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 949ms"]},"poisoning":{"score":15,"max":15,"notes":["8 tool descriptions checked"]},"auth":{"score":3,"max":15,"notes":["open endpoint exposes 3 write-action tools with no auth"]},"maintenance":{"score":15,"max":15,"notes":["last push 0 days ago"]},"identity":{"score":6,"max":10,"notes":["namespace and repository owner differ","website matches verified namespace"]}},"findings":[{"id":"auth.open-write","severity":"high","component":"auth","title":"Write-action tools reachable without authentication"}],"inputs":{"probes":[{"url":"https://cotal.ai/mcp","reachable":true,"authRequired":false,"latencyMs":949,"serverInfo":{"name":"cotal","version":"1.1.0"}}],"packages":[],"repo":{"found":true,"owner":"Cotal-AI","repo":"Cotal","archived":false,"pushedAt":"2026-09-19T22:11:58Z","stars":292,"forks":34,"openIssues":349,"ownerType":"Organization","ownerAvatarUrl":"https://avatars.githubusercontent.com/u/289881936?v=4","ownerCreatedAt":"2026-06-02T02:50:50Z","license":"Apache-2.0"},"icon":{"url":"https://cotal.ai/icon.svg?icon.227k5cw4-lm4p.svg","source":"site"},"presence":{"stars":292,"forks":34,"downloadsWeek":null,"license":"Apache-2.0","lastPushAt":"2026-09-19T22:11:58.000Z","score":47}}}},"grade_history":[],"reviews":[]}