Skip to main content
Glama

[!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)を起動します。

ツール

ツール

機能

提供元

fuel_prices

県内の最安燃料スタンド(ガソリン/軽油/LPG)

DGEG

weather_forecast

場所の5日間予報

IPMA

weather_warnings

有効な気象警報

IPMA

postal_code

郵便番号の検索

GeoAPI.pt

reverse_geocode

座標 → 県/市/教区

GeoAPI.pt

municipality

市(コンセリョ)の詳細

GeoAPI.pt

ine_indicator

varcd によるINE統計指標の取得

INE

open_data_search

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-pt

SDKとの関係

mcp-pt は、同じデータに対するスタンドアロンの多言語SDKファミリー(precos-combustiveis-ptipma-apigeoapi-pt-sdkine-ptdados-gov-pt)のAI向けレイヤーです。サーバーは自己完結型(APIを直接呼び出す)であり、これらのパッケージに依存しません。

開発

npm install
npm test        # vitest
npm run build   # tsup → dist/index.js (executable)
node dist/index.js

FAQ

いいえ。すべてのツールは無料のポルトガル公開APIを使用します。

いいえ — 独立したコミュニティプロジェクトです。各提供元の利用規約を尊重してください(DGEGの燃料データは非商用です)。

stdio経由でMCPと通信するすべてのもの — Claude Desktop、Cursor、Continue、およびMCP SDKを使用するカスタムクライアント。

ライセンス

MIT © Marcelo Domingues

Install Server
A
license - permissive license
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • F
    license
    A
    quality
    D
    maintenance
    Provides 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
  • A
    license
    A
    quality
    B
    maintenance
    Enables 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.
    15
    MIT

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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