Illegal Agents Playground v1 is OUT 🎉 Create an Agent now →
Logo/Docs

List MCPs in the Illegal Agents registry

This endpoint allows for in-depth searching of MCPs through the Illegal Agents database.

GET
/api/mcps

Authorization

Query Parameters

searchstring
github_ownerstring
providerstring
github_languagestring
orderColstring
orderDirstring
Value in: "asc" | "desc"
limitstring
pagestring
Default: "1"
installable_javascriptstring
Value in: "true" | "false"
curl -X GET "https://illegalagents.ai/api/mcps?search=string&github_owner=string&provider=string&github_language=string&orderCol=string&orderDir=asc&limit=string&page=1&installable_javascript=true"

Response for status 200

{
  "pagination": {
    "total": 0,
    "page": 0,
    "limit": 0
  },
  "data": []
}

How is this guide?