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.moko-fyi]
url = "https://moko.fyi/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"moko-fyi": {
"type": "http",
"url": "https://moko.fyi/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: moko-fyi
Remote MCP URL: https://moko.fyi/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": {
"moko-fyi": {
"url": "https://moko.fyi/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"moko-fyi": {
"type": "http",
"url": "https://moko.fyi/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "moko-fyi",
"transport": "streamable-http",
"url": "https://moko.fyi/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_snapshot— Return full feed snapshot with deltas and z-scoresdetect_anomalies— Find feeds whose 1D move is statistically unusualanalyze_curve— Return US curve points and spread metrics (2s10s, 10s3m)list_feeds— Return feed catalog metadataget_macro_calendar— Return upcoming macro events (CPI, NFP, FOMC)get_moving_averages— Return 5-day and 20-day simple moving averages based on previous trading day closes (US equities via Yahoo Finance)