# Outly MCP

Canonical docs: https://developer.useoutly.com/mcp
MCP discovery: https://useoutly.com/.well-known/mcp.json
OpenAPI schema: https://developer.useoutly.com/openapi.json
Agent index: https://useoutly.com/llms.txt

Outly has an MCP endpoint for configured clients: https://mcp.useoutly.com/mcp

The MCP endpoint is not anonymous. It requires an Outly account API key or authorized bearer token. Configuration should be assisted by a developer or technical operator because the client must provide authentication and connect to the correct MCP endpoint.

## Setup Overview

1. Create or sign in to an Outly account.
2. Open the Developer portal in the Outly app.
3. Generate a user-owned API key.
4. Configure the MCP client to use https://mcp.useoutly.com/mcp.
5. Provide authentication with `X-API-Key` or `Authorization` according to the client and documentation.
6. Test connectivity with the public health check at https://mcp.useoutly.com/health.

## Public Discovery

- Developer portal docs: https://developer.useoutly.com/
- MCP setup docs: https://developer.useoutly.com/mcp
- OpenAPI schema: https://developer.useoutly.com/openapi.json
- MCP discovery JSON: https://useoutly.com/.well-known/mcp.json

## Security Model

Docs and schemas are public for discovery. Customer data and actions require valid authentication. The MCP server forwards authenticated requests to Outly's protected API surface.

## Related Resources

- Features: https://useoutly.com/features.md
- Integrations: https://useoutly.com/integrations.md
- Pricing: https://useoutly.com/pricing.md
