Skip to main content
You’re viewing the v2 beta documentation. The API is in active development - breaking changes may occur before final release. For production use, switch to v1 using the version selector above.

Quick Start

Set up your agent

Sign up for Scope3 and get an API key. Our MCP server v2 endpoint is at https://api.agentic.scope3.com/mcp/v2 and uses the HTTP Streaming transport mechanism. For authentication, add x-scope3-api-key: {scope3_api_key}.

Available Endpoints

The v2 API currently supports:
  • Health Check: Verify API connectivity
  • MCP Initialize: Initialize MCP sessions
More endpoints will be added as v2 development progresses.

Next Steps