MCP ServerWe offer a remote Model Context Protocol (MCP) server that enables LLM chat clients to use seqout's features. This provides easy and intuitive access to exploring datasets from GEO, SRA, ENA & ArrayExpress.

Connect your LLM client using this URL: https://seqout.org/api/mcp

Setup Guide for Claude Desktop
1. Download and install the Claude Desktop app2. Open the Claude Desktop configuration file by going to Settings → Developer → Edit Config3. Add the following configuration to the mcpServers section:
"mcpServers": { "seqout": { "command": "npx", "args": ["-y", "mcp-remote", "https://seqout.org/api/mcp"] } }
4. Restart Claude Desktop to apply the changesOnce configured, you'll be able to search and explore GEO, SRA, ENA & ArrayExpress datasets directly from Claude Desktop conversations.For direct programmatic access without MCP, see the API Reference.