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

Fetch a single MCP by ID

This endpoint allows for retrieving an MCP present in the Illegal Agents database. To find out an ID, you may want to first List MCPs.

GET
/api/mcps/{id}

Authorization

Path Parameters

idRequiredstring
curl -X GET "https://illegalagents.ai/api/mcps/string"

Response for status 200

{
  "id": "string",
  "provider": "string",
  "name": "string",
  "github_stars": 0,
  "github_forks": 0,
  "github_watchers": 0,
  "github_language": "string",
  "github_license": "string",
  "github_owner": "string"
}

How is this guide?