# Auth.md

## SEO Rise, Agent Authentication

This site exposes a public, read-only MCP server for AI assistants
(no authentication required) plus a signed-in dashboard for the
SEO Rise team.

## Public MCP endpoint

- URL: https://www.seorise.io/mcp
- Transport: MCP Streamable HTTP
- Auth: none (public read-only tools)
- Server card: https://www.seorise.io/.well-known/mcp/server-card.json

See https://www.seorise.io/connect for click-by-click connection steps for
ChatGPT and Claude.

## OAuth (for signed-in team/admin access)

The internal team dashboards are protected by the Supabase-hosted
authorization server for this project.

- Authorization server metadata: https://www.seorise.io/.well-known/oauth-authorization-server
- Protected resource metadata: https://www.seorise.io/.well-known/oauth-protected-resource
- OpenID Connect discovery: same origin as the authorization server
  metadata's `issuer` field, at `/.well-known/openid-configuration`

### Agent registration

Automated agent registration is currently disabled for this site.
If your client supports OAuth 2.1 Dynamic Client Registration
(RFC 7591), the authorization server's `registration_endpoint`
will be advertised in the metadata document above; otherwise please
contact nimitt@seorise.io to arrange a client_id.

## Contact

- Email: nimitt@seorise.io
- Site: https://www.seorise.io
