MCPs tagged with tool-integration
-
gqai
Expose GraphQL operations as Model Context Protocol (MCP) tools for AI models.
gqai is a lightweight proxy that converts GraphQL operations into MCP-compatible tools, enabling integration with AI systems such as ChatGPT, Claude, and Cursor. It automatically discovers and exposes GraphQL queries and mutations as callable tools via an MCP server, powered by your existing GraphQL backend. Configuration is managed via standard .graphqlrc.yml and .graphql files, with support for dynamic endpoints and environment variables.
- ⭐ 21
- MCP
- fotoetienne/gqai
-
Cloudbet Sports MCP Server
Minimal MCP server for sports data and betting tool exposure via Cloudbet API.
Implements a minimal, single-file server adhering to the Model Context Protocol (MCP) for exposing sports data and betting tools using the Cloudbet public API. Designed for educational and demonstration purposes, it follows the MCP Server specification and enables users to list and call tools via JSON-RPC. Provides examples for listing available tools and invoking actions such as retrieving sports events and markets. Intended for quick experiments and integration scenarios.
- ⭐ 9
- MCP
- cloudbet/sports-mcp-server
-
NearbySearch MCP Server
IP-based nearby search via Google Places, packaged as an MCP tool.
NearbySearch MCP Server enables users to search for nearby places using their IP-based location, leveraging the Google Places API. Designed to run as an MCP server, it offers an accessible interface for location-aware searches with customizable radius and filter options. The tool supports integration with clients such as Claude Desktop and features a simple setup process using Python 3.10+. Ideal for use cases where model context needs to be enriched with location-based search results.
- ⭐ 21
- MCP
- kukapay/nearby-search-mcp
-
Crypto Fear & Greed Index MCP Server
Real-time and historical Crypto Fear & Greed Index data via MCP for Claude Desktop and compatible tools.
Crypto Fear & Greed Index MCP Server delivers live and historical cryptocurrency sentiment analytics by integrating the Alternative.me Fear & Greed Index API with the Model Context Protocol. It offers standardized MCP resources, tool functions, and prompt templates for seamless AI model integration, including compatibility with Claude Desktop and tool-only clients. The solution enables users and models to access current index values, historical trends, analytical summaries, and interpretative prompts for enriched cryptocurrency market decision-making.
- ⭐ 45
- MCP
- kukapay/crypto-feargreed-mcp
-
Token Optimizer MCP
Efficient token reduction for context window optimization in AI workflows
Token Optimizer MCP is a server that reduces context window usage for AI tools by intelligently caching, compressing, and externally storing large content. It offers smart replacements for standard file and API operations, integrating seamlessly with tools such as Claude Desktop and other code assistants. The tool employs persistent caching with SQLite, high-ratio Brotli compression, and precise token counting to optimize both accuracy and efficiency. Production results indicate consistent 60-90% token usage reduction over tens of thousands of operations.
- ⭐ 6
- MCP
- ooples/token-optimizer-mcp
-
Langfuse Prompt Management MCP Server
Bridge Langfuse prompts into the Model Context Protocol ecosystem for seamless management and discovery.
Langfuse Prompt Management MCP Server enables users to access and manage prompts stored in Langfuse via standardized endpoints defined by the Model Context Protocol (MCP). It allows prompt discovery, retrieval, and compilation, translating Langfuse's prompt formats into MCP-compliant objects. The server supports cursor-based pagination, exposes a range of prompt-related operations, and includes compatibility features for MCP clients without prompt support. Integration instructions are provided for popular platforms like Claude Desktop and Cursor.
- ⭐ 146
- MCP
- langfuse/mcp-server-langfuse
-
MCP Server Chart
A Model Context Protocol server for generating and analyzing charts using AntV.
MCP Server Chart enables chart generation and data analysis through the Model Context Protocol. Built with TypeScript and leveraging AntV, it offers over 25 types of charts accessible via MCP tools. The server supports seamless integration with visualization platforms like Dify and provides features such as private deployment, configurable toolsets, and CLI options.
- ⭐ 3,141
- MCP
- antvis/mcp-server-chart
-
Code Assistant
AI coding assistant with multi-modal tool execution and MCP integration
Code Assistant is an AI-powered coding assistant written in Rust that provides both command-line and graphical user interfaces for autonomous code analysis and modification. It supports multi-modal tool invocation, real-time streaming, and session-based project management. The tool features full Model Context Protocol (MCP) compatibility, enabling seamless integration with MCP clients, and offers advanced project-level configuration and formatting capabilities.
- ⭐ 110
- MCP
- stippi/code-assistant
-
mcp-v8
Expose a secure V8 JavaScript runtime to AI agents via the Model Context Protocol
mcp-v8 is a Rust-based server that implements the Model Context Protocol, providing a secure and isolated V8 JavaScript runtime for AI agents like Claude and Cursor. It supports persistent heap snapshots using S3 or a local filesystem and offers both stateless and stateful execution modes. The server is easily configurable, supporting multiple transports such as stdio, HTTP, and Server-Sent Events for flexible integration. Designed for modern AI development environments, it enables seamless context handling and interoperability for agent tools.
- ⭐ 23
- MCP
- r33drichards/mcp-js
-
NebulaBlock API MCP Server
Expose NebulaBlock API as tools for MCP-compatible environments
NebulaBlock API MCP Server provides an implementation of the Model Context Protocol (MCP), enabling seamless integration of the NebulaBlock API as accessible tools. It leverages the fastmcp library and supports both command-line and environment variable API key configuration. Designed with MCP compatibility in mind, it offers a server interface for programmatic and tool-based interactions within any MCP-compliant system.
- ⭐ 1
- MCP
- Nebula-Block-Data/nebulablock-mcp-server