mcp-pt
[!IMPORTANT] これは非公式のコミュニティプロジェクトです。データ提供元(DGEG、IPMA、INE、GeoAPI.pt、AMA/dados.gov.pt)とは関係ありません。各提供元の利用規約を尊重してください。特にDGEGの燃料データは非商用利用に限ります。
機能
AIアシスタントに次のような質問ができます:
"リスボン県で最も安い軽油スタンドは?"
"明日ポルトで雨は降る?気象警報は出ている?"
"郵便番号1990-096の地域は?"
"2021年国勢調査でのポルトガルの人口は?"
"dados.gov.ptで環境に関するデータセットを検索して。"
…すると、適切なツールを呼び出し、公開APIにアクセスし、実際のデータで回答します。
Related MCP server: IPMA MCP Server
インストール
npx で実行可能(インストール不要)— MCPホストから指定するだけです。
Claude Desktop
claude_desktop_config.json(macOS: ~/Library/Application Support/Claude/、Windows: %APPDATA%\Claude\)に追加:
{
"mcpServers": {
"pt": {
"command": "npx",
"args": ["-y", "mcp-pt"]
}
}
}Cursor
~/.cursor/mcp.json(またはプロジェクトの .cursor/mcp.json)に追加:
{
"mcpServers": {
"pt": { "command": "npx", "args": ["-y", "mcp-pt"] }
}
}その他のMCPホスト
サーバーは stdio 経由でMCPと通信します。サーバーコマンドとして npx -y mcp-pt(またはクローンから node dist/index.js)を起動します。
ツール
ツール | 機能 | 提供元 |
| 県内の最安燃料スタンド(ガソリン/軽油/LPG) | DGEG |
| 場所の5日間予報 | IPMA |
| 有効な気象警報 | IPMA |
| 郵便番号の検索 | GeoAPI.pt |
| 座標 → 県/市/教区 | GeoAPI.pt |
| 市(コンセリョ)の詳細 | GeoAPI.pt |
|
| INE |
| dados.gov.ptでのデータセット検索 | dados.gov.pt |
すべてのツールは無料の公開APIを呼び出し、APIキーは不要です。
例(生のMCP)
# List the tools over stdio
printf '%s\n' \
'{"jsonrpc":"2.0","id":1,"method":"initialize","params":{"protocolVersion":"2024-11-05","capabilities":{},"clientInfo":{"name":"x","version":"0"}}}' \
'{"jsonrpc":"2.0","method":"notifications/initialized"}' \
'{"jsonrpc":"2.0","id":2,"method":"tools/list"}' | npx -y mcp-ptSDKとの関係
mcp-pt は、同じデータに対するスタンドアロンの多言語SDKファミリー(precos-combustiveis-pt、
ipma-api、
geoapi-pt-sdk、
ine-pt、
dados-gov-pt)のAI向けレイヤーです。サーバーは自己完結型(APIを直接呼び出す)であり、これらのパッケージに依存しません。
開発
npm install
npm test # vitest
npm run build # tsup → dist/index.js (executable)
node dist/index.jsFAQ
いいえ。すべてのツールは無料のポルトガル公開APIを使用します。
いいえ — 独立したコミュニティプロジェクトです。各提供元の利用規約を尊重してください(DGEGの燃料データは非商用です)。
stdio経由でMCPと通信するすべてのもの — Claude Desktop、Cursor、Continue、およびMCP SDKを使用するカスタムクライアント。
ライセンス
MIT © Marcelo Domingues
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseBqualityDmaintenanceProvides access to Portuguese meteorological data from IPMA (Instituto Português do Mar e da Atmosfera), including weather forecasts, warnings, UV index, seismic data, and weather station observations for cities in Portugal.6
- FlicenseAqualityDmaintenanceProvides access to Portuguese weather data from IPMA (Instituto Português do Mar e da Atmosfera), including weather forecasts, meteorological warnings, seismic data, UV index, and real-time observations from weather stations across Portugal.6
- AlicenseAqualityDmaintenanceProvides comprehensive access to Portuguese weather data from IPMA, including forecasts, warnings, sea state, fire risk, UV index, seismic activity, and weather station observations for all Portuguese cities and islands.10MIT
- AlicenseAqualityBmaintenanceEnables lookup of Brazilian public data including companies (CNPJ), postal codes (CEP), banking, economy, geography, and more through 15 tools and 2 guided prompts, powered by BrasilAPI with no API key required.15MIT
Related MCP Connectors
Real-world data for agents: air quality, geocoding, quakes, holidays, web search
15 media & data tools for AI agents: search, transcribe, subtitles, voiceover, translate & more.
Give your agent live data from Twitter, Reddit, the web and GitHub. No API keys, no scraping stack.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/marcelogdomingues/mcp-pt'
If you have feedback or need assistance with the MCP directory API, please join our Discord server