LisbonMetroAPI-Wrapper-MCP-Server
@PedroCorreiaaa
About LisbonMetroAPI-Wrapper-MCP-Server
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"LisbonMetroAPI-Wrapper-MCP-Server": {
"command": "python",
"args": [
"metro-lisboa.py"
]
}
}
}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 LisbonMetroAPI-Wrapper-MCP-Server?
It is a Model Context Protocol (MCP) server that wraps the Lisbon Metro API to provide metro route information through Claude Desktop. It is intended for users who want to ask Claude about metro trips in Lisbon.
How to use LisbonMetroAPI-Wrapper-MCP-Server?
Clone the repository, activate the virtual environment, install the requirements with pip install requirements.txt, then configure Claude Desktop by editing its claude_desktop_config.json file to point to the server script. Run python metro-lisboa.py to start the server. Once running, you can ask queries in Claude Desktop such as “Quero ir de metro do estádio da luz até à altice arena, qual a melhor rota?”
Key features of LisbonMetroAPI-Wrapper-MCP-Server
- Provides metro route information from the Lisbon Metro API.
- Integrates with Claude Desktop via the MCP protocol.
- Supports natural language queries about metro trips.
- Python-based, with simple installation and configuration.
Use cases of LisbonMetroAPI-Wrapper-MCP-Server
- Asking Claude for the best metro route between two stations in Lisbon.
- Incorporating Lisbon metro information into Claude-powered assistant workflows.
FAQ from LisbonMetroAPI-Wrapper-MCP-Server
How do I install the server?
Clone the repository, activate the provided virtual environment, and run pip install requirements.txt.
How do I configure it with Claude Desktop?
Edit claude_desktop_config.json (located in $env:AppData\Claude\) to add a new entry under mcpServers with the command pointing to .venv/Scripts/python.exe and the script metro-lisboa.py as arguments.
What kind of queries can I ask?
You can ask questions about metro routes in natural language, for example: “Quero ir de metro do estádio da luz até à altice arena, qual a melhor rota?”
What dependencies are required?
The exact dependencies are listed in requirements.txt and are installed via pip.
How do I run the server?
Run python metro-lisboa.py from the project directory.
More Developer Tools MCP servers
sentry-mcp
getsentryAn MCP server for interacting with Sentry via LLMs.
Unity MCP (Server + Plugin)
IvanMurzakAI Skills, MCP Tools, and CLI for Unity Engine. Full AI develop and test loop. Use cli for quick setup. Efficient token usage, advanced tools. Any C# method may be turned into a tool by a single line. Works with Claude Code, Gemini, Copilot, Cursor and any other absolutely for fr
Deepwiki MCP Server
regenrek📖 MCP server for fetch deepwiki.com and get latest knowledge in Cursor and other Code Editors
Smithery CLI
smithery-aiInstall, manage and develop MCP servers and skills for agents
JetBrains MCP Proxy Server
JetBrainsA model context protocol server to work with JetBrains IDEs: IntelliJ, PyCharm, WebStorm, etc. Also, works with Android Studio
Comments