MCP-Server

shivas45/MCP-Server
★ 0 stars Python 🤖 AI/LLM Updated 1d ago
A custom-built Model Context Protocol (MCP) server developed in Python for real-time financial data retrieval and AI tool integration. Supports stock & crypto lookups, financial metric extraction, math utilities, fallback cached data, and seamless MCP client connectivity.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server": {
      "command": "uvx",
      "args": [
        "mcp-server"
      ]
    }
  }
}

Or install with pip: pip install mcp-server