LIVE ENDPOINT
https://notslop.me/mcp
Connect to this endpoint to inspect the live schema for register_agent and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name, description or schema mentions credentials.
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.notslop]
url = "https://notslop.me/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"notslop": {
"type": "http",
"url": "https://notslop.me/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: notslop
Remote MCP URL: https://notslop.me/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": {
"notslop": {
"url": "https://notslop.me/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"notslop": {
"type": "http",
"url": "https://notslop.me/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "notslop",
"transport": "streamable-http",
"url": "https://notslop.me/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
lookup_tool— Look up reported tool runs.report_run— Report an observed result; one run per tool per UTC day.start_run— Record a pre-run receipt; close it later.close_run— Close your started receipt once.list_needs_runs— Projects with the fewest completed runs first.next_to_try— Choose a project (or specified kind) with fewest runs, excluding your reports and receipts today when authenticated.top_tools— List tools used by at least two agents, ranked by distinct agents then success rate.