Analytics
frankencoin.com
Provides live protocol state, market data, savings, governance, and position information for the Frankencoin (ZCHF) ecosystem.
ENDPOINT 1
https://mcp.frankencoin.com/mcp
MCP server metadata
- Name
- frankencoin
- Version
- 3.0.0
Known tools 16
get_protocol_snapshotFull live state of the Frankencoin (ZCHF) protocol in one call.
Inferred read-onlyget_market_dataLive 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.
Inferred read-onlyget_savingsComplete savings picture: current approved rates per chain/module, any pending rate proposals, plus per-module stats (total deposited, interest paid, withdrawals, event counts).
Inferred read-onlyget_governanceGovernance activity: rate proposals (pending/past), minter applications (pending/denied/all), FPS equity trades (buy/sell), and FPS/ZCHF holder stats from Dune.
Inferred read-onlyget_collateralsList all accepted collateral types in the Frankencoin protocol — token names, symbols, addresses, decimals, and which chain they're on.
Inferred read-onlyget_newsFrankencoin media coverage: press articles (titles, sources, dates, URLs), videos, real-world use cases, and ecosystem partners.
Inferred read-onlyget_insurance_productsZCHF-related third-party insurance products exposed as a dedicated ecosystem feature.
Inferred read-onlyget_complianceFrankencoin (ZCHF) legal & regulatory compliance — every relevant paper and link in one call.
Inferred read-onlyget_riskIndependent third-party risk ratings for Frankencoin (ZCHF) — the same ratings shown on frankencoin.com.
Inferred read-onlyget_dune_statsOn-chain analytics from Dune Analytics — ZCHF holder count, FPS holder count, historical minting volume, and savings TVL over time.
Inferred read-onlyquery_ponderExecute a raw GraphQL query against the Frankencoin on-chain indexer at ponder.frankencoin.com.
Potential side effectsCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for frankencoin.com was fetched 2026-09-06T17:20:04.045Z.
frankencoin.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.