Quickstart
MCP Rank is a search engine for AI agent tools. Discover relevant MCP servers for any task and let your agents access user data securely.Installation
Install the SDK using pip:Set Your API Key
Get your API key from the dashboard and set it as an environment variable:.env file:
Your First Search
Search for relevant MCP servers:Use with OpenAI/Anthropic
The SDK includes anAgent class that wraps OpenAI or Anthropic clients with automatic tool discovery:
Access User Data (MCP Identity)
Let your agent access user’s Google data (Gmail, Calendar, Drive) through our secure proxy. MCP Rank stores OAuth tokens server-side, so you never handle sensitive credentials.Automatic JIT Auth (Recommended)
Manual Control
For custom UIs or more control over the auth flow:Next Steps
Search
Learn about semantic search for MCP servers
MCP Identity
Set up user authentication and data access
OAuth Proxy
Make API calls on behalf of users
API Reference
Full REST API documentation