Built for Agents & AI.
Yourself to Science isn't just a static website—it's a machine-readable ecosystem. We expose our entire open-source catalogue directly to AI models, IDEs, and autonomous agents using global standards like MCP.
Model Context Protocol (MCP)
We natively support the Model Context Protocol, the new open standard for connecting AI assistants to data sources. By connecting our MCP server to your AI platform, your agent gains live, semantic search capabilities across our entire catalogue of clinical trials, biobanks, and scientific participation opportunities.
Developer IDEs
Instantly connect the catalogue directly into your coding environment to augment your research and development workflows. Built for developers, researchers, and open-source contributors building the next generation of health platforms.
- Cursor
- Roo Code / VS Code
- Windsurf
Chat Assistants & Agents
Use our MCP with consumer chatbots to query the database conversationally. Perfect for citizens finding ways to participate, researchers discovering comparable studies, and anyone exploring the scientific landscape.
- Claude Desktop
- ChatGPT (App / Deep Research)
- LibreChat & Custom Gemini clients
// How to add to your Claude Desktop config (claude_desktop_config.json)
{
"mcpServers": {
"yourselftoscience": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/inspector", "https://mcp.yourselftoscience.org/mcp"]
}
}
}Built-in /llms.txt
For web-crawling bots and standard LLM scraping, we officially support the /llms.txt standard. All documentation and metadata is perfectly formatted for AI digestion, reducing hallucination and improving RAG (Retrieval-Augmented Generation) outcomes.