← Registry

Data Collection

mkts.io

Provides real-time and historical market data for stocks, ETFs, cryptocurrencies, commodities, and forex pairs.

1 endpoint15 known toolsFirst detected August 23, 2026Last detected August 23, 2026

ENDPOINT 1

https://mkts.io/api/mcp

No auth detected

MCP server metadata

Name
mkts
Version
1.0.0
Capabilities
tools
Server instructions

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_assets

Compare 2 to 10 market symbols using the same normalized mkts snapshot.

Inferred read-only
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.

Inferred read-only
get_asset_intraday

Get every price observation mkts made of one symbol inside a time window, rather than just the daily close.

Inferred read-only
get_asset_profile

Resolve a symbol from the mkts multi-asset snapshot.

Inferred read-only
get_asset_quote

Get a current quote for a stock, ETF, cryptocurrency, commodity, or forex pair.

Inferred read-only
get_asset_series

Get what mkts recorded for one symbol on every day in a date range, from the immutable point-in-time archive.

Inferred read-only
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.

Inferred read-only
get_assets_bulk

Get current data for an explicit list of up to 100 symbols in a single call.

Inferred read-only
get_filings

Get recent filing records for a US stock or ETF.

Inferred read-only
get_fundamentals

Get annual or quarterly financial-statement time series for a stock or ETF.

Inferred read-only
get_macro_snapshot

Get the current mkts macro dashboard, including major equity proxies, crypto, commodities, the US dollar, volatility, and the US 10-year yield.

Inferred read-only
get_market_snapshot

Get the current global cryptocurrency market totals, volume, dominance, active asset counts, and the underlying snapshot timestamp.

Inferred read-only
get_news

Get recent market news from the configured source feeds.

Inferred read-only
get_price_history

Get bounded daily price history for a symbol.

Inferred read-only
screen_assets

Screen the normalized mkts asset snapshot with bounded price, return, volume, market-cap, type, and sector filters.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for mkts.io was fetched 2026-08-24T05:42:57.795Z.

Trust status Trusted

mkts.io is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.