List Servers
Servers API
List Servers
Retrieve a list of all available MCP servers with optional filtering
GET
List Servers
Documentation Index
Fetch the complete documentation index at: https://acm-aa28ebf6.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Endpoint
Authentication
This endpoint does not require authentication. All registered MCP servers are publicly discoverable.Query Parameters
Filter servers by author/creator username
Response
"success" on success, "error" on failureTotal number of servers returned
Array of server objects
Examples
Response Examples
Use Cases
Browse All Servers
Browse All Servers
Show Servers by Author
Show Servers by Author
Best Practices
Cache Results
Cache server lists on the client side with an appropriate TTL (5-10 minutes)
Use Author Filter
Use the
author query parameter to show a user’s servers on profile pagesRelated Endpoints
Get Server Details
Retrieve detailed information about a specific server
Create Server
Deploy a new MCP server