BigGo-MCP-Server
BigGo-MCP-Serverは、Pythonで構築されたサーバーアプリケーションで、効率的なデータ処理とAPI通信を実現します。特にマイクロサービスアーキテクチャに適しており、スケーラビリティとメンテナンス性を考慮した設計が特徴です。開発者向けの豊富な機能を備え、迅速なプロトタイピングが可能です。
GitHubスター
14
ユーザー評価
未評価
お気に入り
0
閲覧数
20
フォーク
5
イシュー
2
インストール方法
難易度
中級推定所要時間
10-20 分
インストール方法
1Python >= 3.10
2[uvx package manager ( Included with uv )](https://docs.astral.sh/uv/getting-started/installation/)
3BigGo Certification (
- [Register](https://account.biggo.com/?url=https%3A%2F%2Fbiggo.com%2F&lang=en&source=web&type=biggo3&method=register) a BigGo account if you don't have one.
- Go to [BigGo Certification Page](https://account.biggo.com/setting/token)
- Click "Generate certification" button
- 
- Copy the client_id
and client_secret
) for specification search. client_id
and client_secret
- Use them in the MCP Server configuration (BIGGO_MCP_SERVER_CLIENT_ID
and BIGGO_MCP_SERVER_CLIENT_SECRET
)
```json
{
"mcpServers": {
"biggo-mcp-server": {
"command": "uvx",
"args": [ "BigGo-MCP-Server@latest"],
"env": {
"BIGGO_MCP_SERVER_CLIENT_ID": "CLIENT_ID",
"BIGGO_MCP_SERVER_CLIENT_SECRET": "CLIENT_SECRET",
"BIGGO_MCP_SERVER_REGION": "REGION"
}