agentum
The MCP Server is a component of a scalable, multi-component system that integrates with the Anthropic Model Context Protocol to provide tools, resources, and prompts for agents.
The MCP Server is a Python/FastAPI implementation of the Anthropic Model Context Protocol, designed to provide tools, resources, and prompts for agents. It supports Server-Sent Events (SSE) for real-time updates and features a dual path structure for endpoint access. The server is integrated with a proxy server that routes requests to the appropriate services, ensuring seamless communication within the multi-component system. The MCP Server is part of a larger architecture that includes a frontend built with React/TypeScript, a backend API using FastAPI, a Node.js proxy server, and an A2A server for agent-to-agent communication.
Features
- Python/FastAPI implementation of the Anthropic Model Context Protocol
- Provides tools, resources, and prompts for agents
- Supports Server-Sent Events (SSE) for real-time updates
- Dual path structure for endpoint access
- Integrated with a proxy server for seamless communication
MCP Tools
- {'Tools API': 'Functions that can be called to perform actions'}
MCP Resources
- {'Resources API': 'Static files and data that can be downloaded'}
Usage with Different Platforms
Python
python
cd mcp-server
pip install -r requirements.txt
python mcp_server.py
Node.js
javascript
node proxy-server.js
Related MCP Servers
View all communication servers →Time
by modelcontextprotocol
A Model Context Protocol server that provides time and timezone conversion capabilities.
mcp-twikit
by adhikasp
MCP-Twikit is a Model Context Protocol server designed for interacting with Twitter, enabling users to perform various Twitter-related tasks such as sentiment analysis and timeline retrieval.
osp_marketing_tools
by open-strategy-partners
A comprehensive suite of tools for technical marketing content creation, optimization, and product positioning based on Open Strategy Partners' proven methodologies.
whatsapp-mcp
by lharries
This is a Model Context Protocol (MCP) server for WhatsApp, allowing users to interact with their WhatsApp messages and contacts through an LLM like Claude.
algorand-mcp
by GoPlausible
This is a Model Context Protocol (MCP) implementation for Algorand blockchain interactions, providing a server package for blockchain interactions and a client package for wallet management and transaction signing.
mcp-compass
by liuyoshio
MCP Compass is a discovery and recommendation service for exploring Model Context Protocol servers using natural language queries.
mcp-server-chatsum
by chatmcp
This MCP Server is used to summarize your chat messages.