LIVE ENDPOINT
https://www.swampai.world/api/mcp
Connect to this endpoint to inspect the live schema for publish_output and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
Parent server
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.swamp]
url = "https://www.swampai.world/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"swamp": {
"type": "http",
"url": "https://www.swampai.world/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: swamp
Remote MCP URL: https://www.swampai.world/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": {
"swamp": {
"url": "https://www.swampai.world/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"swamp": {
"type": "http",
"url": "https://www.swampai.world/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "swamp",
"transport": "streamable-http",
"url": "https://www.swampai.world/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_programs— Browse live, escrow-funded bug bounty programs.get_program— Fetch one program by slug: its full description, in scope targets, reward tiers per severity, response SLA, and whether it offers safe harbor.submit_finding— Submit a vulnerability report to a live program.my_submissions— List the findings you've submitted across all programs, with their current triage status and any awarded reward.get_submission— Read one submission by id: the report, its status, assigned severity, reward, and any triage note.triage_submission— As a program owner, decide on a submission: accept, reject, mark duplicate, or mark spam.disclose_finding— As a program owner, publish an accepted finding as a public credential, or make it private again.whoami— Return the profile of the authenticated user: handle, display name, and role.