← currencyguard.com
INDIVIDUAL MCP TOOL
price_guard_extension
Get an indicative price for extending a Guard to a later settlement date.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.currencyguard-guard-pricing]
url = "https://api.currencyguard.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"currencyguard-guard-pricing": {
"type": "http",
"url": "https://api.currencyguard.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: currencyguard-guard-pricing
Remote MCP URL: https://api.currencyguard.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"currencyguard-guard-pricing": {
"url": "https://api.currencyguard.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"currencyguard-guard-pricing": {
"type": "http",
"url": "https://api.currencyguard.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "currencyguard-guard-pricing",
"transport": "streamable-http",
"url": "https://api.currencyguard.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
explain_guard_product— Explain the Guard product using CurrencyGuard's approved product and FAQ content.get_forward_rate— Get an indicative forward FX rate for a currency pair at a specific tenor.get_historic_best_worst— Analyze historic best/worst FX performance for a currency pair over a Guard's duration.get_spot_rate— Get an indicative spot FX rate for a currency pair.list_supported_currencies— List all supported currency pairs available for Guard pricing: GBPUSD, GBPEUR, and EURUSD.price_guard— Price a Guard — CurrencyGuard's FX protection product for real future payments or receipts.resolve_settlement_date— Resolve a relative time period (tenor) to a valid business settlement date for a currency pair.