Skip to main content

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:
Or use a .env file:
Search for relevant MCP servers:

Use with OpenAI/Anthropic

The SDK includes an Agent 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.

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