Hosted Infatica Data Platform
Streamable HTTP · hosted
- Endpoint
https://dataplatform.infatica.io/mcp- Authentication
- Personal Access Token in the Authorization: Bearer header, with scopes for the intended tools.
Before you connect
- Infatica account with Data Platform access.
- Create a Personal Access Token under Settings and select the required scopes.
- MCP client supporting a hosted HTTP server with custom headers.
Cursor MCP JSON Sources: Infatica MCP connection, scopes and tools
Cursor: .cursor/mcp.json (project) or ~/.cursor/mcp.json (global). Configuration guide.
{
"mcpServers": {
"infatica": {
"url": "https://dataplatform.infatica.io/mcp",
"headers": {
"Authorization": "Bearer YOUR_PERSONAL_ACCESS_TOKEN"
}
}
}
}