Market data
search_tickerget_latest_tickget_quoteget_chart
NORTHSTAR MCP / HOSTED INTERFACE PREVIEW
Discover a focused catalog for market data, options, portfolio state, reviewed actions, and profile context through one remote MCP shape.
No live service is available. The reserved .example endpoint cannot authorize an account or place a trade.
https://mcp.northstar.example
codex mcp add northstar --url https://mcp.northstar.example
/ CAPABILITIES
The catalog keeps read context separate from reviewed actions, so a client can expose only the scope a workflow needs.
search_tickerget_latest_tickget_quoteget_chartget_option_expiry_datesget_option_chainget_option_quoteget_better_buysget_positionsget_assetsget_ordersget_orderget_watchlistget_tradable_quantitycreate_ordercancel_orderget_profileCatalog names describe the intended interface only. Availability and scopes require a separately implemented service.
/ CLIENT SETUP
Two CLI examples are verified locally. The remaining cards describe a neutral remote-HTTP setup path until a production service and client-specific UI are confirmed.
Add a remote HTTP MCP server from the command line.
claude mcp add --transport http northstar https://mcp.northstar.exampleVerified command shape / reserved endpointRegister the server URL, then authenticate when a live service exists.
codex mcp add northstar --url https://mcp.northstar.exampleVerified command shape / reserved endpointOpen the client's integrations surface, choose a remote HTTP MCP connection, enter the endpoint, and complete OAuth only after a real service is supplied.
Add a remote MCP server from client settings, use the reserved endpoint for layout review, and wait for a real authorization service before connecting.
Use the client's supported remote MCP connection flow when available; do not treat this preview as a compatibility promise.
Provide the remote HTTP endpoint and follow the client's browser handoff. Confirm protocol and scope support before use.
/ PAPER FIRST
Treat every external client, authorization request, and action tool as a deliberate boundary.
Begin with quotes, charts, positions, and watchlists in a paper environment.
Require explicit human confirmation, clear sizing, and a reviewable summary before any order action.
Keep tokens out of prompts, notes, screenshots, logs, and shared configuration.
Grant minimum scopes, inspect expiry, and revoke access when a client is no longer needed.
/ FAQ
This preview has no authorization server. With a future service, also check the endpoint, browser session, approved account, and requested scopes.
An OAuth-capable client should refresh the credential when permitted or ask you to authorize again. Exact behavior depends on the implemented service and client.
A tool can depend on the service version, account mode, granted scope, data coverage, and the client's protocol support.
No. The `.example` address is reserved and non-operational. It exists only to make this interface preview concrete and safe to share.
The two CLI command shapes above are verified. Other cards describe the intended setup category, not a confirmed compatibility guarantee.
/ READY TO REVIEW
Use the catalog and safety model to align scopes, clients, and human confirmation points.
https://mcp.northstar.exampleReview client setup