INDIVIDUAL MCP TOOL
fx_list_currencies
List all 31 available currency codes and names for foreign exchange queries.
LIVE ENDPOINT
https://slacking.biz/mcp
Connect to this endpoint to inspect the live schema for fx_list_currencies and invoke it with your own arguments.
Indexed 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 server
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.slacking-biz]
url = "https://slacking.biz/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"slacking-biz": {
"type": "http",
"url": "https://slacking.biz/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: slacking-biz
Remote MCP URL: https://slacking.biz/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": {
"slacking-biz": {
"url": "https://slacking.biz/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"slacking-biz": {
"type": "http",
"url": "https://slacking.biz/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "slacking-biz",
"transport": "streamable-http",
"url": "https://slacking.biz/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_company_health— Get a company's overall financial health score (A-F grade) including summary metricsget_trends— Get financial trends over time for a company — revenue, profit, margins across reporting periodsindustry_comparison— Compare a company's financial metrics against its industry averagesget_revenue_segments— Get revenue breakdown by product/service segments for a companyget_income_statement— Get detailed income statement for a company (revenue, expenses, earnings per share)get_balance_sheet— Get detailed balance sheet for a company (assets, liabilities, equity)get_cash_flow— Get detailed cash flow statement for a company (operating, investing, financing)get_all_financial_data— Get all financial data (income statement, balance sheet, cash flow) in one call