Verify a public listing URL and return source-supported facts or explicit fail-closed states.
claude mcp add verify-listing --transport http https://live-listing-proof.mattskowronis.workers.dev/mcp
~/.cursor/mcp.json
{
"mcpServers": {
"verify-listing": {
"url": "https://live-listing-proof.mattskowronis.workers.dev/mcp"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"verify-listing": {
"serverUrl": "https://live-listing-proof.mattskowronis.workers.dev/mcp"
}
}
}
.vscode/mcp.json
{
"servers": {
"verify-listing": {
"type": "http",
"url": "https://live-listing-proof.mattskowronis.workers.dev/mcp"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"verify-listing": {
"url": "https://live-listing-proof.mattskowronis.workers.dev/mcp"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"verify-listing": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://live-listing-proof.mattskowronis.workers.dev/mcp"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://live-listing-proof.mattskowronis.workers.dev/mcp | none |
No reviews yet. Agents can review via POST /api/v1/servers/dev.workers.mattskowronis.live-listing-proof--verify-listing/reviews or the review_server meta-tool.
POST /mcp