MCP.so
登录

LisbonMetroAPI-Wrapper-MCP-Server

@PedroCorreiaaa

关于 LisbonMetroAPI-Wrapper-MCP-Server

暂无概览

基本信息

分类

开发工具

运行时

python

传输方式

stdio

发布者

PedroCorreiaaa

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "LisbonMetroAPI-Wrapper-MCP-Server": {
      "command": "python",
      "args": [
        "metro-lisboa.py"
      ]
    }
  }
}

工具

未检测到工具

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

概览

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.

评论

开发工具 分类下的更多 MCP 服务器