MCP Claude Quickstart

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

  1. In Claude, add a new MCP connector/server.
  2. Set MCP URL to https://mcp.revspire.io/mcp.
  3. Choose OAuth authentication.
  4. Use Dynamic Client Registration (DCR).

Step 2: Complete OAuth Login

  1. Claude redirects you to Revspire OAuth login.
  2. Sign in with your Revspire account.
  3. 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

  1. Run tools/list and verify tools are returned.
  2. Run a read-only call like dealroom.list.
  3. 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.