It isn't a webpage to browse - it's a
Model Context Protocol
(Streamable HTTP) endpoint for MCP-aware clients such as Claude Desktop, Claude Code, and VS Code.
That's why navigating here directly shows a raw JSON-RPC error: your browser isn't sending the
Accept: text/event-stream header an MCP client sends.
Point your MCP client at this URL as a remote server, for example:
{
"mcpServers": {
"ask-jaspar": { "url": "http://askjaspar.khanlab.bio/mcp/" }
}
}
Looking for the human interface instead? Go to the Ask JASPAR web UI.