LIVE ENDPOINT
https://mkts.io/api/mcp
Connect to this endpoint to inspect the live schema for get_filings 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.mkts]
url = "https://mkts.io/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mkts": {
"type": "http",
"url": "https://mkts.io/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mkts
Remote MCP URL: https://mkts.io/api/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": {
"mkts": {
"url": "https://mkts.io/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mkts": {
"type": "http",
"url": "https://mkts.io/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mkts",
"transport": "streamable-http",
"url": "https://mkts.io/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
compare_assets— Compare 2 to 10 market symbols using the same normalized mkts snapshot.get_archive_series— Get what mkts recorded for up to 100 symbols on every day in a date range, from the immutable point-in-time archive.get_asset_intraday— Get every price observation mkts made of one symbol inside a time window, rather than just the daily close.get_asset_profile— Resolve a symbol from the mkts multi-asset snapshot.get_asset_quote— Get a current quote for a stock, ETF, cryptocurrency, commodity, or forex pair.get_asset_series— Get what mkts recorded for one symbol on every day in a date range, from the immutable point-in-time archive.get_assets_as_of— Get what mkts recorded about one or more symbols on a specific past date, from the immutable point-in-time archive.get_assets_bulk— Get current data for an explicit list of up to 100 symbols in a single call.