MCP.so
Sign In

Mcp Server

@VenGr0

About Mcp Server

No overview available yet

Basic information

Category

Other

Runtime

python

Transports

stdio

Publisher

VenGr0

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "mcp-server-vengr0": {
      "command": "python",
      "args": [
        "-m",
        "venv",
        "venv"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Mcp Server?

Mcp Server is an API that provides current USD to RUB exchange rate, weather forecasts for a specified city, and a news summary from the past week. It is designed for developers or users who need quick access to these data via HTTP endpoints.

How to use Mcp Server?

Clone the repository, create a Python virtual environment, install dependencies from requirements.txt, and run python server.py. The server listens on http://127.0.0.1:5000. Use GET requests to the /exchange_rate, /weather?city=CityName, and /news endpoints. A Python client example is provided in the README.

Key features of Mcp Server

  • Get current USD to RUB exchange rate
  • Fetch weather forecast for a given city
  • Retrieve news summary from the last week

Use cases of Mcp Server

  • Real-time currency rate checking for financial decisions
  • Travel planning with city weather information
  • Automated news aggregation for recent events

FAQ from Mcp Server

What are the dependencies to run Mcp Server?

Python 3.7 or higher and pip are required. Dependencies are listed in requirements.txt.

How do I start the server?

Run python server.py from the project directory after installing dependencies. The server starts on http://127.0.0.1:5000.

How can I test the server?

Run pytest tests/test_server.py to execute the included test suite.

What transport does Mcp Server use?

The server communicates over HTTP using RESTful endpoints.

Does the server require authentication?

The README does not mention any authentication or API keys; endpoints appear to be publicly accessible on the local server.

Comments

More Other MCP servers