Veilbreak MCP Server
Connect your AI applications to the Veilbreak research database using the Model Context Protocol. A native, read-only endpoint that exposes approved, published protocols and experiments through a standardized interface — contributor personal information is never included.
https://veilbreak.ai/api/mcpThe Model Context Protocol (MCP) is an open protocol that standardizes how AI applications provide context to Large Language Models (LLMs). It enables seamless integration with data sources and tools, allowing you to build powerful AI agents and complex workflows.
VS Code MCP Configuration
{
"servers": {
"veilbreak": {
"type": "http",
"url": "https://veilbreak.ai/api/mcp"
}
}
}Get Protocols
Retrieve all approved, published protocols from the database
Get Protocol by ID
Retrieve a single approved protocol by its numeric ID
Get Experiments
Retrieve all approved, published experiments (trials) from the database
Get Experiment by ID
Retrieve a single approved experiment (trial) by its numeric ID
Get Schema
Retrieve taxonomies, metadata fields, and the questionnaire structure
Ready to Get Started?
Connect your AI applications to the Veilbreak research database and start building intelligent tools powered by our experimental data.
Free access • No API key required • Read-only access to approved data • No contributor personal data