MCP.so
Sign In

MCP Servers Collection

@syedair

About MCP Servers Collection

No overview available yet

Basic information

Category

Other

License

MIT license

Runtime

python

Transports

stdio

Publisher

syedair

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "mcp-servers-syedair": {
      "command": "uv",
      "args": [
        "build"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is MCP Servers Collection?

This repository contains a collection of Model Context Protocol (MCP) servers that can be used with Amazon Q, Claude Desktop, and other LLMs that support the MCP protocol. It currently includes a Capital.com MCP server for trading operations such as searching markets, getting account information, and managing positions.

How to use MCP Servers Collection?

Install uv on your system, then configure the desired MCP server in your MCP client’s JSON configuration file. For Amazon Q, create mcp.json in ~/.aws/amazonq/mcp.json; for Claude Desktop, edit the config file via Settings > Developer. The client automatically starts and connects to the server.

Key features of MCP Servers Collection

  • Provides MCP servers for LLMs that support the MCP protocol.
  • Includes a Capital.com server for financial trading operations.
  • Integrates with Amazon Q and Claude Desktop.
  • Each server is a separate Python package under src/.
  • Uses uv for package management and can be published to PyPI independently.
  • Environment variables control server credentials and log level.

Use cases of MCP Servers Collection

  • Search for financial markets (e.g., EURUSD, AAPL) via a chat interface.
  • Retrieve account information and open positions.
  • Create and manage trading positions (buy/sell).
  • Access and manage watchlists through natural language.

FAQ from MCP Servers Collection

What is the Model Context Protocol (MCP)?

MCP is an open protocol that standardizes how applications provide context to LLMs, enabling communication with locally running MCP servers that extend LLM capabilities with additional tools and resources.

What are the prerequisites for using this collection?

You need to have uv installed on your system. Run curl -LsSf https://astral.sh/uv/install.sh | sh to install it.

How do I configure the Capital.com MCP server for Amazon Q?

Create an mcp.json file in ~/.aws/amazonq/mcp.json with the server command, arguments, and environment variables including CAPITAL_BASE_URL, CAPITAL_API_KEY, CAPITAL_PASSWORD, CAPITAL_IDENTIFIER, and FASTMCP_LOG_LEVEL.

How do I configure the Capital.com MCP server for Claude Desktop?

Go to Settings > Developer, click “Edit Config”, and add the same JSON configuration as for Amazon Q. Save the file and restart Claude Desktop.

How can I contribute or add a new MCP server to the collection?

Create a new directory under src/ with your server name, add the necessary files (including pyproject.toml and setup.py), and include a README with usage instructions. The repository uses GitHub Actions to build and publish packages to PyPI.

Comments

More Other MCP servers