APIVerve MCP Server
OfficialProvides tools for converting RSS feeds to JSON format and retrieving feed content.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@APIVerve MCP ServerWhat's the weather in New York?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
APIVerve MCP Server
368+ APIs accessible through the Model Context Protocol
Website • Documentation • API Explorer • Report Bug
🚀 Overview
The APIVerve MCP Server provides seamless access to 368+ production-ready APIs through the Model Context Protocol. Connect AI assistants like Claude, ChatGPT, and other MCP-compatible clients to a vast ecosystem of data and functionality.
✨ Features
🎯 368+ APIs - Weather, news, geocoding, validation, conversion, and more
🔐 OAuth 2.0 Authentication - Secure, industry-standard authentication
📊 Token-Based Pricing - Pay only for what you use
🚀 High Performance - Cloud-hosted with 99%+ uptime
📖 Rich Documentation - Complete API documentation with examples
🔄 Auto-Updated - Always access the latest API features
Related MCP server: API-Market MCP Server
📦 Installation
APIVerve is a remote MCP server — there is nothing to run locally. Point your client at the URL below and it will handle sign-in for you.
Quick setup
npx @apiverve/mcp-serverConfigures VS Code and Cursor, and prints the manual step for Claude Desktop. Target one client with npx @apiverve/mcp-server cursor.
For headless setups, pass a key instead of using sign-in:
npx @apiverve/mcp-server --api-key YOUR_API_KEYPython users can do the same with pip install apiverve-mcp then apiverve-mcp (or apiverve-mcp --api-key YOUR_API_KEY).
Manual setup
Claude Desktop — remote servers are added through the app, not a config file:
Settings → Connectors → Add custom connector →
https://api.apiverve.com/v1/mcp
VS Code (mcp.json):
{
"servers": {
"apiverve": {
"type": "http",
"url": "https://api.apiverve.com/v1/mcp"
}
}
}Cursor (~/.cursor/mcp.json):
{
"mcpServers": {
"apiverve": {
"url": "https://api.apiverve.com/v1/mcp"
}
}
}🔑 Authentication
Two ways in — pick whichever fits:
OAuth (default, recommended) — leave the config as shown above. On first use the server returns an authorization challenge and your client walks you through sign-in. No key is stored on disk, and access can be revoked from the dashboard.
API key — add your key as a header. Useful for CI and headless environments where no browser is available:
{
"mcpServers": {
"apiverve": {
"url": "https://api.apiverve.com/v1/mcp",
"headers": { "x-api-key": "YOUR_API_KEY" }
}
}
}Claude Desktop's Custom Connectors cannot send custom headers, so it is OAuth-only.
Get a key at https://apiverve.com. Free tier available — no credit card required to start!
🎯 Available APIs
🌤️ Weather & Environment
Weather Forecast
Air Quality
Marine Weather
UV Index
Weather Seasons
And more...
🌍 Location & Geocoding
Reverse Geocoding
IP Lookup
Timezone Lookup
Airports Lookup
Distance Calculator
And more...
✅ Validation & Verification
Email Validator
Phone Number Validator
Domain Availability
SSL Certificate Checker
And more...
🔄 Conversion & Calculation
Currency Converter
Unit Converter
Date Calculator
BMI Calculator
And more...
📰 News & Content
World News
RSS to JSON
Web Scraper
Metadata Extractor
And more...
🎲 Random Data Generators
Random User Generator
Password Generator
Lorem Ipsum Generator
And more...
💡 Usage Examples
Once configured, use APIs naturally in conversation:
With Claude Desktop
User: What's the weather in San Francisco?
Claude: [Uses Weather API]
User: Validate this email: test@example.com
Claude: [Uses Email Validator API]
User: Convert 100 USD to EUR
Claude: [Uses Currency Converter API]Programmatic Usage (Python)
Connect straight to the remote server — no local process involved:
from mcp import ClientSession
from mcp.client.streamable_http import streamablehttp_client
url = "https://api.apiverve.com/v1/mcp"
headers = {"x-api-key": "YOUR_API_KEY"}
async with streamablehttp_client(url, headers=headers) as (read, write, _):
async with ClientSession(read, write) as session:
await session.initialize()
# List available tools
tools = await session.list_tools()
# Call a tool
result = await session.call_tool("emailvalidator", {
"email": "test@example.com"
})📊 Pricing
APIVerve uses a flexible token-based pricing model with multiple tiers to fit your needs:
Free Tier Available - Start building immediately, no credit card required
Pay-as-you-go - Scale up as your usage grows
Enterprise Plans - Custom solutions for high-volume users
Credit costs vary by API complexity - simple APIs start at 1 credit per call.
🛠️ Technical Details
Server Information
Transport: Streamable HTTP
Protocol: MCP 2025-06-18 (negotiates down to 2025-03-26 and 2024-11-05)
Authentication: OAuth 2.0 with PKCE, or
x-api-keyheaderBase URL:
https://api.apiverve.com/v1/mcpAPI Version: 1.1.0
OAuth Endpoints
Discovery:
https://api.apiverve.com/.well-known/openid-configurationAuthorization:
https://api.apiverve.com/authorizeToken:
https://api.apiverve.com/tokenRegistration:
https://api.apiverve.com/register(Dynamic client registration)
Tool Schema
Each API is exposed as an MCP tool with:
name: API identifier (e.g.,
emailvalidator)description: Human-readable description with token cost
inputSchema: JSON Schema defining required/optional parameters
🔧 Troubleshooting
Connection Issues
If you see authentication errors:
Check your API key at https://apiverve.com/dashboard
Ensure OAuth redirect URI is correct
Try re-authorizing the connection
Token Limits
If you hit token limits:
Check usage at https://apiverve.com/dashboard
Upgrade your plan
Contact support for enterprise options
📚 Documentation
API Documentation: https://docs.apiverve.com
MCP Specification: modelcontextprotocol.io
Getting Started Guide: https://apiverve.com/docs/getting-started
🤝 Support
GitHub Issues: apiverve/mcp-server/issues
Email: hello@apiverve.com
Discord: Join our community
📄 License
This project is licensed under the MIT License - see the LICENSE file for details.
🌟 Star Us!
If you find this useful, please consider starring the repo on GitHub!
Built with ❤️ by APIVerve
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseCqualityDmaintenanceA Model Context Protocol server that exposes over 200+ APIs from API.market as MCP resources, allowing large language models to discover and interact with various APIs through natural language commands.Last updated341004MIT
- Flicense-qualityDmaintenanceA Model Context Protocol (MCP) Server that provides unified access to multiple external APIs (weather, news, financial data) through a single, consistent interface for AI agents and LLMs.Last updated1
- Alicense-qualityDmaintenanceConnects AI assistants to thousands of Apify Actors for web scraping, data extraction, and automation tasks, with dynamic tool discovery to find and use any Actor from the Apify Store in real time.Last updated22,150MIT
Related MCP Connectors
Free public MCP for AI agents — 193 tools, 44 workflows. No API key.
290+ quality-scored API capabilities for AI agents across 27 countries via MCP.
Hosted MCP endpoint with realistic fake data for prototyping agents. 12 tools, no setup.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/apiverve/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server