AgentHubAgentHub

CurrencyGuard Guard Pricing

MCP ServerMCP Registry官方收录

com.currencyguard/guard-pricing · v1.0.0

FX protection for SMEs — price Guards, live spot/forward rates, settlement dates, and more.

概览

CurrencyGuard Guard Pricing 是一个MCP Server,收录自 官方 MCP Registry。支持 streamable-http 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "guard-pricing": {
      "url": "https://api.currencyguard.com/mcp"
    }
  }
}

相关资源

统一 Manifest

{
  "id": "com.currencyguard/guard-pricing",
  "type": "mcp-server",
  "version": "1.0.0",
  "displayName": "CurrencyGuard Guard Pricing",
  "description": "FX protection for SMEs — price Guards, live spot/forward rates, settlement dates, and more.",
  "repository": {
    "url": "https://gitlab.com/currencyguard/server",
    "source": "gitlab"
  },
  "homepage": "https://www.currencyguard.com",
  "distribution": {
    "packages": [],
    "remotes": [
      {
        "transport": "streamable-http",
        "url": "https://api.currencyguard.com/mcp"
      }
    ]
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "com.currencyguard/guard-pricing",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/com.currencyguard%2Fguard-pricing/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
CurrencyGuard Guard Pricing — MCP Server 安装与配置 · AgentHub