MCP.so
登录

MODEL CONTEXT PROTOCOL

@arkapatra31

关于 MODEL CONTEXT PROTOCOL

Implementation of Anthropic's Model Context Protocol

基本信息

分类

其他

许可证

Apache-2.0

运行时

python

传输方式

stdio

发布者

arkapatra31

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is MODEL CONTEXT PROTOCOL?

MODEL CONTEXT PROTOCOL is a service built with FastMCP that provides real-time weather information for any city via the Tavily search API and internet usage data by country. It is designed for developers and users who want to query these datasets through MCP-compatible clients like Claude Desktop.

How to use MODEL CONTEXT PROTOCOL?

Install dependencies with Poetry, then create a .env file with your Tavily API key and MongoDB credentials. For weather, configure an MCP client (e.g., Claude Desktop) and search for “Current weather in ”. For internet usage, run mcp dev .<entry-point internet-usage> in the project directory.

Key features of MODEL CONTEXT PROTOCOL

  • Real‑time weather data for any city
  • Internet usage statistics by country
  • Async API for efficient processing
  • MCP‑based protocol for standardized communication
  • MongoDB integration for internet usage storage

Use cases of MODEL CONTEXT PROTOCOL

  • Quickly check current weather conditions during travel planning
  • Retrieve country‑level internet adoption or usage figures for research
  • Integrate weather or internet statistics into an MCP‑compatible assistant workflow

FAQ from MODEL CONTEXT PROTOCOL

What dependencies are required?

Python, Poetry, and a MongoDB instance (for internet usage). The .env file must contain TAVILY_API_KEY, MONGODB_URI, MONGO_DB_NAME, and MONGO_DB_COLLECTION.

How do I run the internet usage service?

Navigate to the project root and execute: mcp dev .<entry-point internet-usage>. This starts the MCP server for internet data.

Which MCP client can interact with this server?

The README specifically mentions Claude Desktop as an MCP client for querying weather data. Any MCP‑compatible client should work with the defined tools and resources.

评论

其他 分类下的更多 MCP 服务器