1. Connect MCP directly
Add Apostra’s remote Streamable HTTP MCP connection to your coding agent, then complete browser sign-in and consent. The connection uses your existing account permissions. Apostra’s API and sign-in URLs currently useinterchange.io.
- Codex
- Claude Code
- Other MCP clients
The native
apostra-developer plugin, Build with Apostra skill, and TypeScript
and Python starters are pending publication and fresh-client verification.
Installation instructions and starter links will be added after those checks
pass. Use the direct MCP connection above to get started today.2. Prove account access
Ask your agent:get_status is a read-only check. A successful result proves that the
connection can reach the account. It does not prove that every advertiser,
seller, or write operation is authorized.
If the wrong account is selected, call switch_account with an accountId
returned by the status result, then call get_status again. An Organisation
or unclassified account may offer navigation without buying or selling tools.
See Account access.
3. Make a first read
Ask the agent to inspecttools/list, then call search with the input that
matches your active account:
- Buyer account
- Seller account
tools/list is the contract for your session; tools can
differ by permissions and feature availability.
4. Build a small prototype
Start with a read-only seller-discovery prototype in a Buyer Account:get_status and search calls prove account
access. Neither proves that a campaign can launch.
Continue with Build an agent to add durable buying steps,
or Build a reporting pipeline to read existing data.