ENDPOINT 1
https://mcp.tradeti.me/mcp
MCP server metadata
- Name
- tradetime
- Version
- 0.1.1
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_openIs a stock exchange open for trading right now (or at a given time)?
Inferred read-onlyget_exchange_statusFull 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-onlymarkets_open_nowWhich of the world's stock exchanges are open right now (or at a given time)?
Inferred read-onlylist_exchangesList the tracked stock exchanges as lightweight summaries (id, name, city, country, timezone, region, importance).
Inferred read-onlyget_exchangeThe full record for one exchange: sessions (in exchange-local decimal hours), holidays, early closes, and official source links.
Inferred read-onlyget_holidaysThe closure calendar for one exchange: full-day holidays (YYYY-MM-DD, exchange-local) and early-close days with their close times.
Inferred read-onlyget_trading_sessionsThe trading-session structure for one exchange, in exchange-local decimal hours (9.
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.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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.