Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’° Finance & Fintech
  3. APIVerve
APIVerve logo
Health: ActiveRecent health check succeeded.Last checked 8/10/2026, 11:17:08 PM

APIVerve

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository2 GitHub StarsTotal stargazers on GitHub for the source repository (2 stars).Visit Website

350+ production-ready APIs through one MCP server β€” weather, geocoding, validation, financial data.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "apiverve": {
      "command": "npx",
      "args": [
        "-y",
        "@apiverve/mcp-server"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing AlternativesπŸ’° More in Finance & Fintech

Documentation Overview

APIVerve MCP Server

APIVerve Logo

368+ APIs accessible through the Model Context Protocol

npm version PyPI version License: MIT MCP Compatible

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

πŸ“¦ 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

Terminal
npx @apiverve/mcp-server

Configures 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:

Terminal
npx @apiverve/mcp-server --api-key YOUR_API_KEY

Python 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):

config.json
{

  "servers": {

    "apiverve": {

      "type": "http",

      "url": "https://api.apiverve.com/v1/mcp"

    }

  }

}

Cursor (~/.cursor/mcp.json):

config.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:

config.json
{

  "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

Click to see all 368+ 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...

See complete API list β†’

πŸ’‘ Usage Examples

Once configured, use APIs naturally in conversation:

With Claude Desktop

Code
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:

server.ts
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

View Pricing Plans β†’

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-key header
  • Base URL: https://api.apiverve.com/v1/mcp
  • API Version: 1.1.0

OAuth Endpoints

  • Discovery: https://api.apiverve.com/.well-known/openid-configuration
  • Authorization: https://api.apiverve.com/authorize
  • Token: https://api.apiverve.com/token
  • Registration: 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:

  1. Check your API key at https://apiverve.com/dashboard
  2. Ensure OAuth redirect URI is correct
  3. 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

Website β€’ Dashboard β€’ API Explorer β€’ Documentation

Related MCP Servers

View all in Finance & Fintech View all alternatives
  • M
    Mcp Server

    34 stock valuation, financial data, and portfolio management tools for AI agents.

    πŸ’° Finance & Fintech0 views
    Compare vs Mcp Server β†’
  • P
    Plainyogurt21 Sec Edgar Mcp

    Provide AI assistants with real-time access to official SEC EDGAR filings and financial data. Enab…

    πŸ’° Finance & Fintech0 views
    Compare vs Plainyogurt21 Sec Edgar Mcp β†’
  • Mcp Server Ledger logoMcp Server Ledger

    A ledger-cli integration for managing financial transactions and generating reports.

    πŸ’° Finance & Fintech1 views
    Compare vs Mcp Server Ledger β†’
  • D
    Drillr β€” The financial MCP for AI agents

    The financial MCP for AI agents - 90+ financial tables, SEC filings, signals, alt-data.

    πŸ’° Finance & Fintech0 views
    Compare vs Drillr β€” The financial MCP for AI agents β†’

Frequently Asked Questions about APIVerve

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "apiverve": { "command": "npx", "args": ["-y", "APIVerve"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewAPIVerve AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/apiverve?style=directory)](https://allmcps.com/mcp/apiverve)
HTML Embed
<a href="https://allmcps.com/mcp/apiverve"><img src="https://allmcps.com/api/badge/apiverve?style=directory" alt="APIVerve on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’°Finance & Fintech
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars2
GitHub Star CountTotal stargazers on GitHub representing community popularity (2 stars).
37Quality signal: Fair Β· 37/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools16/30
Adoption & activity2/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 3,181+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’° Finance & Fintech β†’Best MCP servers for Finance & Fintech β†’Alternatives to APIVerve β†’Install in Claude DesktopInstall in CursorInstall in VS Code