Data Collection
mkts.io
Provides real-time and historical market data for stocks, ETFs, cryptocurrencies, commodities, and forex pairs.
ENDPOINT 1
https://mkts.io/api/mcp
MCP server metadata
- Name
- mkts
- Version
- 1.0.0
Use these read-only tools for traceable market data. Preserve the returned source, asOf, freshness, and requestId fields when presenting time-sensitive claims.
Known tools 15
compare_assetsCompare 2 to 10 market symbols using the same normalized mkts snapshot.
Inferred read-onlyget_archive_seriesGet what mkts recorded for up to 100 symbols on every day in a date range, from the immutable point-in-time archive.
Inferred read-onlyget_asset_intradayGet every price observation mkts made of one symbol inside a time window, rather than just the daily close.
Inferred read-onlyget_asset_quoteGet a current quote for a stock, ETF, cryptocurrency, commodity, or forex pair.
Inferred read-onlyget_asset_seriesGet what mkts recorded for one symbol on every day in a date range, from the immutable point-in-time archive.
Inferred read-onlyget_assets_as_ofGet what mkts recorded about one or more symbols on a specific past date, from the immutable point-in-time archive.
Inferred read-onlyget_assets_bulkGet current data for an explicit list of up to 100 symbols in a single call.
Inferred read-onlyget_fundamentalsGet annual or quarterly financial-statement time series for a stock or ETF.
Inferred read-onlyget_macro_snapshotGet the current mkts macro dashboard, including major equity proxies, crypto, commodities, the US dollar, volatility, and the US 10-year yield.
Inferred read-onlyget_market_snapshotGet the current global cryptocurrency market totals, volume, dominance, active asset counts, and the underlying snapshot timestamp.
Inferred read-onlyscreen_assetsScreen the normalized mkts asset snapshot with bounded price, return, volume, market-cap, type, and sector filters.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for mkts.io was fetched 2026-08-24T05:42:57.795Z.
mkts.io 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.