pagos-mcp
Pagos MCPは、Pagosが提供するデータ管理サーバーで、主にBINデータを取得するためのAPIを提供します。このツールは、Pythonで実装されており、簡単に設定して使用することができます。特に、Claude Desktopとの統合が可能で、ユーザーは自分の環境に合わせてMCPサーバーを設定できます。APIキーを使用して認証を行い、BIN番号を指定することで、関連するデータを取得できます。これにより、金融サービスや決済システムの開発者にとって非常に便利なツールとなっています。
GitHubスター
0
ユーザー評価
未評価
フォーク
2
イシュー
1
閲覧数
0
お気に入り
0
README
Pagos Data MCP Server
Capabilities
- Get BIN data for a given BIN number.
Configuration
Pagos API Key
Follow the instructions in the Pagos API Key documentation to create an API key.
Clone the repository locally and install uv
On MacOs, install uv with Homebrew:
brew install uv
Clone the repository:
git clone https://github.com/pagos-ai/pagos-mcp.git
Add the MCP Server to Desktop Claude
On MacOs, update config file ~/Library/Application\ Support/Claude/claude_desktop_config.json and update elements with your systems specific values.
{
"mcpServers": {
"bin-data": {
"command": "uv",
"args": [
"--directory",
"</path/to/pagos-mcp-server>",
"run",
"pagos-mcp-server.py"
],
"env": {
"PAGOS_API_KEY": "<your-pagos-api-key>"
}
}
}
}
作者情報
スレッド