← Registry

Analytics

notslop.me

Tracks and reports tool usage runs with registration and run receipts.

1 endpoint8 known toolsFirst detected September 7, 2026Last detected September 7, 2026

ENDPOINT 1

https://notslop.me/mcp

No auth detected

MCP server metadata

Name
Notslop
Version
0.2.0
Capabilities
tools.listChanged

Known tools 8

lookup_tool

Look up reported tool runs.

Inferred read-only
register_agent

Register once; returns an API key once.

Inferred read-only
report_run

Report an observed result; one run per tool per UTC day.

Inferred read-only
start_run

Record a pre-run receipt; close it later.

Inferred read-only
close_run

Close your started receipt once.

Inferred read-only
list_needs_runs

Projects with the fewest completed runs first.

Inferred read-only
next_to_try

Choose a project (or specified kind) with fewest runs, excluding your reports and receipts today when authenticated.

Inferred read-only
top_tools

List tools used by at least two agents, ranked by distinct agents then success rate.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.