← frankencoin.com
INDIVIDUAL MCP TOOL
get_knowledge
All explanatory and reference content about Frankencoin.
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.frankencoin]
url = "https://mcp.frankencoin.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"frankencoin": {
"type": "http",
"url": "https://mcp.frankencoin.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: frankencoin
Remote MCP URL: https://mcp.frankencoin.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": {
"frankencoin": {
"url": "https://mcp.frankencoin.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"frankencoin": {
"type": "http",
"url": "https://mcp.frankencoin.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "frankencoin",
"transport": "streamable-http",
"url": "https://mcp.frankencoin.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_protocol_snapshot— Full live state of the Frankencoin (ZCHF) protocol in one call.get_market_data— Live market data: ZCHF peg health (price vs CHF, deviation, status), FPS price, all ecosystem token prices (collateral + ZCHF + FPS), CHF stablecoin comparison (ZCHF vs VCHF vs CHFAU — peg, market cap, volume, supply), macro context (BTC, ETH prices + 24h changes), and accepted collateral token prices with 24h changes.get_savings— Complete savings picture: current approved rates per chain/module, any pending rate proposals, plus per-module stats (total deposited, interest paid, withdrawals, event counts).get_governance— Governance activity: rate proposals (pending/past), minter applications (pending/denied/all), FPS equity trades (buy/sell), and FPS/ZCHF holder stats from Dune.get_positions— ZCHF minting positions.get_challenges— Liquidation challenges against collateral positions.get_collaterals— List all accepted collateral types in the Frankencoin protocol — token names, symbols, addresses, decimals, and which chain they're on.get_analytics— Historical protocol analytics.