Documentation

Complete guide to using MCP Collection and integrating Model Context Protocol servers.

Quick Start

Get up and running with MCP Collection in minutes. Follow these steps to start using our Model Context Protocol servers.

1

Create Account

Sign up for a free account to access our MCP servers and manage your usage.

Get Started
2

Choose Authentication

Set up OAuth 2.1 (recommended) or create API keys for server access.

Manage Auth
3

Configure Client

Add server URLs to your MCP client (like Claude Desktop) and start using tools.

Browse Servers
Authentication

MCP Collection supports two authentication methods to secure access to our servers.

Recommended

OAuth 2.1 with PKCE

Modern, secure authentication that doesn't require managing long-lived tokens. Perfect for Claude Desktop and other MCP clients.

Configuration Example:

{
  "mcpServers": {
    "mcp-collection-server": {
      "url": "https://mcp-collection.com/servers/example/sse",
      "auth": {
        "type": "oauth2",
        "clientId": "mcp-client",
        "authorizationUrl": "https://mcp-collection.com/oauth/authorize",
        "tokenUrl": "https://mcp-collection.com/api/oauth/token",
        "scopes": ["mcp:read", "mcp:write"]
      }
    }
  }
}

Benefits:

  • No long-lived tokens to manage
  • Automatic token refresh
  • Granular permissions with scopes
  • Industry-standard security

API Keys

Traditional API key authentication for simple integrations and testing. Keys can be managed in your profile.

Configuration Example:

{
  "mcpServers": {
    "mcp-collection-server": {
      "url": "https://mcp-collection.com/servers/example/sse",
      "headers": {
        "Authorization": "Bearer your-api-key-here"
      }
    }
  }
}

Use Cases:

  • Development and testing
  • Simple integrations
  • Legacy systems
Available MCP Servers

Explore our collection of Model Context Protocol servers, each providing specialized tools and capabilities.

IP Lookup

Comprehensive IP address geolocation and information lookup. Get location, ISP, timezone, currency, and network details for any IP address

Tool
4 tools
View

Solar Research

Comprehensive solar energy analysis using Google Solar API with building insights, regional solar data, and detailed GeoTIFF imagery for solar potential assessment

Tool
3 tools
View

Finance

Real-time stock market data, company profiles, financial news, and market analysis

Finance
4 tools
View

Time & Date

Get current time and date information for any timezone around the world

Tool
4 tools
View

EV Charging and Routes

Comprehensive electric vehicle tools for finding charging stations and planning EV routes using Maps data

Tool
4 tools
View

Maps

Comprehensive Maps integration with geocoding, places search, directions, and distance calculations

Tool
7 tools
View

+1 More Servers

Explore our complete collection of MCP servers.

Browse All
Rate Limits & Billing

MCP Collection uses a credit-based system to ensure fair usage and maintain service quality.

How Credits Work

  • Each tool call consumes credits based on complexity
  • Credits are deducted in real-time during usage
  • Monthly subscriptions include credit allowances
  • Additional credits can be purchased as needed

Rate Limits

  • 60 requests per minute per IP address
  • Higher limits available with subscriptions
  • Rate limit headers included in responses
  • Automatic retry with exponential backoff recommended
Error Handling

Understanding common errors and how to handle them in your MCP client integration.

401

Authentication Required

Your authentication credentials are missing or invalid.

Solution: Check your OAuth token or API key, ensure it hasn't expired.
429

Rate Limited

You've exceeded the rate limit for your account tier.

Solution: Wait for the reset time indicated in the Retry-After header, or upgrade your plan.
402

Insufficient Credits

Your account doesn't have enough credits to complete the request.

Solution: Purchase additional credits or upgrade to a higher plan.
Need Help?

Can't find what you're looking for? We're here to help you get the most out of MCP Collection.