MCP Integration
Connect any MCP-compatible AI assistant to search and explore AI safety problems directly.
What is MCP?
The Model Context Protocol (MCP) is an open standard that allows AI assistants to connect to external tools and data sources. Instead of copy-pasting information, your AI assistant can directly search our database, fetch problem details, and help you find relevant work.
Read-only access works immediately
Always queries the latest problems
Standard protocol, broad compatibility
Setup
Add the AI Safety Marketplace to your MCP client configuration:
{
"mcpServers": {
"ai-safety-marketplace": {
"url": "https://safetybounty.com/api/mcp"
}
}
}Endpoint: https://safetybounty.com/api/mcp
Available Tools
search_problemsSearch for AI safety problems by keyword, tags, difficulty, or status.
Parameters
| Name | Type | Description |
|---|---|---|
query | string | Free text search |
tags | string[] | Filter by tag names |
difficulty | enum | ENTRY, INTERMEDIATE, ADVANCED, EXPERT |
status | enum | OPEN, IN_PROGRESS, SOLVED, DEPRECATED |
limit | number | Max results (1-50, default 10) |
get_problemGet full details for a specific problem including description, bounties, resources, and metadata.
Parameters
| Name | Type | Description |
|---|---|---|
id | string | Problem ID (required) |
list_tagsList all available tags grouped by category with problem counts. Useful for discovering what topics are available before searching.
No parameters required.
Example Prompts
Once connected, try asking your AI assistant:
Need REST API access?
For programmatic access, custom integrations, or higher rate limits, use our REST API.