← Registry

API Tools

tradeti.me

Provides real-time and scheduled stock exchange status information.

1 endpoint8 known toolsFirst detected July 6, 2026Last detected July 25, 2026

ENDPOINT 1

https://mcp.tradeti.me/mcp

No auth detected

MCP server metadata

Name
tradetime
Version
0.1.1
Capabilities
tools
Server instructions

Live and reference trading hours for the world's major stock exchanges. Use is_market_open for a fast yes/no, markets_open_now to see everything trading, and list_exchanges to discover valid ids. All times are exchange-local facts; pass an ISO `at` to evaluate a specific moment. Read-only; no auth.

Known tools 8

is_market_open

Is a stock exchange open for trading right now (or at a given time)?

Inferred read-only
get_exchange_status

Full live status for one exchange: open flag, status enum (main_open / session_open / opening_soon / closed), session type, hours to the next transition, hours to close (if open), and why it is closed (holiday / weekend) if applicable.

Inferred read-only
markets_open_now

Which of the world's stock exchanges are open right now (or at a given time)?

Inferred read-only
time_until_next_open

When does an exchange next open?

Inferred read-only
list_exchanges

List the tracked stock exchanges as lightweight summaries (id, name, city, country, timezone, region, importance).

Inferred read-only
get_exchange

The full record for one exchange: sessions (in exchange-local decimal hours), holidays, early closes, and official source links.

Inferred read-only
get_holidays

The closure calendar for one exchange: full-day holidays (YYYY-MM-DD, exchange-local) and early-close days with their close times.

Inferred read-only
get_trading_sessions

The trading-session structure for one exchange, in exchange-local decimal hours (9.

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.tradetime]
url = "https://mcp.tradeti.me/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "tradetime": {
      "type": "http",
      "url": "https://mcp.tradeti.me/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: tradetime
Remote MCP URL: https://mcp.tradeti.me/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": {
    "tradetime": {
      "url": "https://mcp.tradeti.me/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "tradetime": {
      "type": "http",
      "url": "https://mcp.tradeti.me/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "tradetime",
  "transport": "streamable-http",
  "url": "https://mcp.tradeti.me/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

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