Use with Claude
Integrate Sapience with Claude to provide it with tools that query the Sapience GraphQL API for live data, prepare transaction data for prediction markets, and more.
- Claude AI - If you have an account on the Claude Max, Team, and Enterprise plans, follow these instructions.
- Claude Desktop - Add with
mcp-remote
using the following configuration:
{
"mcpServers": {
"sapience": {
"command": "npx",
"args": [
"mcp-remote",
"https://api.sapience.xyz/mcp"
]
}
}
}