MCP Server
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCP Serversearch for news about artificial intelligence"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP Server
Servidor MCP (Model Context Protocol) construido con FastMCP.
Descripción
Este proyecto implementa un servidor MCP que proporciona herramientas personalizadas para búsqueda de noticias, gestión de perfiles de usuario y operaciones matemáticas.
Related MCP server: MCP Tool Server
Características
Buscar noticias: Busca noticias sobre un tema específico
Obtener perfil de usuario: Obtiene información detallada de un usuario
Dividir números: Realiza divisiones con validación de errores
Instalación
Clona el repositorio:
git clone <url-del-repositorio>
cd mcpserverCrea un entorno virtual:
python -m venv venvActiva el entorno virtual:
# Windows
venv\Scripts\activate
# Linux/Mac
source venv/bin/activateInstala las dependencias:
pip install -r requirements.txtUso
Ejecuta el servidor:
python main.pyDependencias
fastapi
uvicorn[standard]
fastmcp
Estructura del Proyecto
mcpserver/
├── main.py # Código principal del servidor MCP
├── requirements.txt # Dependencias del proyecto
└── README.md # Este archivoThis server cannot be deployed
Maintenance
Related MCP Connectors
Model Context Protocol server for Studex tools, notifications, and profile integrations
News, web search, mail, markets, weather, places, files, calendar, contacts. 67 tools, one endpoint.
Gateway between LLM agents and world data through eight tools and a bundled endpoint catalog.
A Model Context Protocol server for Wix AI tools
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceProvides AI-powered search capabilities through three specialized tools: web search, people search, and X platform (formerly Twitter) search, all accessible via a Model Context Protocol interface.83-
- FlicenseNot gradedqualityDmaintenanceProvides real-world tools for weather data, stock market information, and internet search through the Model Context Protocol. Integrates with OpenWeatherMap, Stooq market data, and Google Custom Search APIs.-
- FlicenseAqualityDmaintenanceProvides financial data tools including stock prices, news, forex, fundamentals, and corporate actions via the Tiingo API through the Model Context Protocol.115-
- AlicenseNot gradedqualityDmaintenanceProvides calculator, datetime, and note-taking tools for LLMs like Claude via the Model Context Protocol.681 npmMIT