Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Alpha Vantage

FreeNot checked

Track stock prices, search symbols, and compute 50+ technical indicators

GitHubEmbed

About

Track stock prices, search symbols, and compute 50+ technical indicators

README

MCP Armory

MCP Armory Registry

Production-ready MCP servers for popular APIs, generated by MCP Blacksmith.

GitHub Stars License Servers Python 3.11+

Servers · Install & Usage · Features · How it works · License


MCP servers that connect AI agents to real-world APIs. Each server is a standalone Python package — generated from the upstream OpenAPI spec using MCP Blacksmith and tested against the live API before release. Hosted on MCP Armory or run independently.

Servers

🧠 AI & Machine LearningElevenLabs · Linkup · Parallel · Perplexity AI · Ragie · Replicate

📊 AnalyticsAhrefs · Datadog · Google Analytics · Google Search Console · Linkly · Mixpanel · PostHog

⛓️ Blockchain & CryptoAlchemy NFT

💼 CRM & SalesApollo

💬 CommunicationAtlassian Confluence · Google Gmail · MailerSend · Mailtrap · Postmark · Resend · Slack

🗄️ Data & DatabasesEnigma · Pinecone

🛠️ Developer ToolsAgentQL · Apify · Bitbucket · Bright Data · Browserbase · BuiltWith · Canvas · CircleCI · Codacy · Contentful Management · ConvertAPI · E2B · Firecrawl · GitHub · GitLab · LaunchDarkly · Postman · Scrapingant · Semrush AppCenter · Sentry

📄 Documents & PrintingPDF.co

🛒 E-commerceShopify Admin

💰 FinanceAlpha Vantage · Polygon · Ramp

👥 HR & RecruitingBambooHR

☁️ InfrastructureGlobalping · Grafana · PagerDuty · Rootly · Runpod

⚖️ Legal & ComplianceNetLicensing

🗺️ Maps & LocationGoogle Maps Platform · IP2Location.io IP Geolocation · OpenCage Geocoding

📣 MarketingCustomer.io Journeys Track · Klaviyo

🎬 Media & EntertainmentCanva · Perigon

ProductivityAirtable · Asana · Atlassian Jira · ClickUp · Figma · Google Sheets · Miro · Notion · Outline · Shortcut

🔍 SearchAlgolia Search · Google Search

📦 StorageBox · Files.com · Google Drive

📌 OtherClose

More servers are being added continuously.

Install & Usage

Every server is a standalone PyPI package (mcparmory-<server-name>). Each server's own README.md has full credential setup and configuration instructions.

# With uvx (no install needed)
uvx mcparmory-github

# With pip
pip install mcparmory-github
mcparmory-github

MCP client configuration (Claude Desktop, Cursor, Codex, Claude Code):

{
  "mcpServers": {
    "github": {
      "command": "uvx",
      "args": ["mcparmory-github"],
      "env": {
        "BEARER_TOKEN": "ghp_your_token_here"
      }
    }
  }
}

Features

Every server in this registry provides:

  • Full API coverage — all endpoints from the OpenAPI spec are exposed as MCP tools
  • Authentication — API key, Bearer token, Basic auth, OAuth2, JWT, OpenID Connect, and mutual TLS
  • Multi-auth — servers that support multiple auth methods let you configure whichever you prefer
  • Pydantic validation — request parameters are validated before sending to the API
  • Resilience — configurable retries with exponential backoff, connection pooling, and timeouts
  • Response sanitization — optional redaction of sensitive fields from API responses

How servers are generated

Servers are generated by MCP Blacksmith, an automated pipeline that:

  1. Parses an OpenAPI specification
  2. Transforms operations through LLM-driven passes (naming, parameter filtering, enhancement, classification)
  3. Generates a complete MCP server with auth, models, validation, and configuration
  4. Tests every tool against the live API using an autonomous agent
  5. Deploys passing servers to this registry

The generator targets Python 3.11+ and uses FastMCP as the MCP framework.

Contributing

Servers are auto-generated — don't edit server code directly. If you find an issue, open a GitHub Issue describing:

  • Broken or deprecated endpoints
  • Missing or incorrect parameters
  • Authentication problems
  • Incorrect request/response models

We'll re-generate the affected server with the fix. To request a new server, open an issue with a link to the API's OpenAPI spec or documentation.

License

Each generated server is released under the MIT License. The underlying APIs have their own terms of service — see individual server READMEs for details.


MCP Armory · MCP Blacksmith · Docs

from github.com/mcparmory/registry

Install Alpha Vantage in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install alpha-vantage

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add alpha-vantage -- uvx mcparmory-alpha-vantage

FAQ

Is Alpha Vantage MCP free?

Yes, Alpha Vantage MCP is free — one-click install via Unyly at no cost.

Does Alpha Vantage need an API key?

No, Alpha Vantage runs without API keys or environment variables.

Is Alpha Vantage hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Alpha Vantage in Claude Desktop, Claude Code or Cursor?

Open Alpha Vantage on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Alpha Vantage with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs