This guide covers the Claude setup for Revspire MCP when Claude is using Dynamic Client Registration (DCR).
What Changed
- Claude can discover OAuth configuration from Revspire metadata.
- You do not manually type Authorize URL, Token URL, or scopes in Claude.
- Revspire now exposes a registration endpoint for DCR:
https://login.api.revspire.io/oauth/register.
Step 1: Add Revspire MCP in Claude
- In Claude, add a new MCP connector/server.
- Set MCP URL to
https://mcp.revspire.io/mcp. - Choose
OAuthauthentication. - Use
Dynamic Client Registration (DCR).
Step 2: Complete OAuth Login
- Claude redirects you to Revspire OAuth login.
- Sign in with your Revspire account.
- Claude receives access and refresh tokens and completes the connection.
Discovery Endpoints (Auto-Read by Claude)
Protected Resource Metadata https://mcp.revspire.io/.well-known/oauth-protected-resource/mcp Authorization Server Metadata https://mcp.revspire.io/.well-known/oauth-authorization-server Registration Endpoint (discovered from metadata) https://login.api.revspire.io/oauth/register
Scopes
Scopes are discovered from metadata. Revspire supports:
revspire.agentforce.tools.read revspire.agentforce.tools.write revspire.mcp.tools.read revspire.mcp.tools.write
Tool visibility is still enforced by Revspire user permissions and product licenses.
Validation
- Run
tools/listand verify tools are returned. - Run a read-only call like
dealroom.list. - Run one scoped write call only if your role has write permission.
Troubleshooting
- “does not implement OAuth”: verify metadata URLs above are reachable from your environment.
- 401/403: sign out and reconnect OAuth to refresh grants.
- No tools listed: check user permission and license assignments in Revspire.