Choose MCP or the REST API
Use the MCP Server when you want an AI assistant to work with Scispot conversationally. Use the REST API when you build a programmatic integration or automation.Before you begin
You need:- Scispot MCP beta access
- A Scispot account with access to the data you want to use
- A Personal Token for clients that use Bearer authentication
- An MCP-compatible AI client
https://mcp.scispot.io.
Security and permissions
The MCP Server respects your existing Scispot permissions. You can access only the data and actions that your Scispot account allows. Web connectors use OAuth. Developer clients can authenticate with your Personal Token in theAuthorization: Bearer header.
Connect Claude.ai
Use Claude.ai’s custom connector flow to connect through OAuth.1
Open custom connectors
In Claude.ai, open Settings and then Connectors. Select Add custom connector.
2
Enter the server URL
Enter
https://mcp.scispot.io as the remote MCP server URL.3
Configure OAuth
Open the connector’s advanced OAuth settings. Enter
claude-ai-client as the client ID. Generate a Scispot Personal Token and enter it as the client secret.4
Authorize Scispot
Complete the OAuth flow and approve the connection. Claude can then discover the Scispot tools that your account can use.
Connect Claude Code
Claude Code supports remote MCP servers over HTTP. Use the interactive MCP setup flow and configure the Scispot server as an HTTP MCP server.1
Start MCP setup
Run
claude mcp add in your terminal and follow the interactive prompts.2
Choose an HTTP server
Select an HTTP or Streamable HTTP MCP server when Claude Code asks for the transport.
3
Enter the server URL
Enter
https://mcp.scispot.io as the server URL.4
Add your authorization header
Add an
Authorization header with the value Bearer <your-personal-token>.5
Verify the connection
Start or restart Claude Code. Ask it to list your Scispot Labsheets to confirm that it can discover the server tools.
Connect another MCP-compatible client
You can connect other clients that support remote HTTP MCP servers. The exact labels and configuration experience vary by client.- Add a remote MCP server or connector in your client.
- Set the server URL to
https://mcp.scispot.io. - Choose OAuth when your client supports the Scispot OAuth flow.
- Otherwise, configure an
Authorizationheader withBearer <your-personal-token>. - Confirm the connection with a read-only request before you perform a write operation.
What you can do
The MCP Server provides 33 tools across these areas:
The tools that change data require the same permissions as the equivalent action in Scispot.
Use write actions safely
Start with read-only requests. Review the data and planned action before you approve a write request. For important records, ask the AI to summarize the proposed changes before it creates or updates data. Review the resulting record in Scispot after the action completes. For regulated workflows, make sure your use of the AI client and its data handling meets your organization’s validation, review, and approval requirements.Troubleshooting
You cannot add the connector
Confirm that Customer Success enabled MCP beta access for your workspace. Verify that you enteredhttps://mcp.scispot.io exactly.
Authentication fails
Generate a new Personal Token and confirm that the header uses the formatAuthorization: Bearer <your-personal-token>. Do not include quotation marks around the token.
