← bradleylab.org
INDIVIDUAL MCP TOOL
list_research_areas
The lab's research areas, each with a short description, tags, and page URL.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.bradleylab-org]
url = "https://www.bradleylab.org/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"bradleylab-org": {
"type": "http",
"url": "https://www.bradleylab.org/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: bradleylab-org
Remote MCP URL: https://www.bradleylab.org/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"bradleylab-org": {
"url": "https://www.bradleylab.org/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"bradleylab-org": {
"type": "http",
"url": "https://www.bradleylab.org/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "bradleylab-org",
"transport": "streamable-http",
"url": "https://www.bradleylab.org/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_lab_overview— Mission statement, principal investigator, institution, and key links for the Bradley Lab.list_people— Current lab members (principal investigator and others) with roles and titles.get_recruitment_status— Whether the lab is currently recruiting graduate students, postdocs, and undergraduates — with details and how to apply.list_publications— Publications from the lab (most recent first).