[SIGNAL+PROOF] Census record for one MCP server (?name=)
[SIGNAL+PROOF] Census record for one MCP server (?name=): status, missing_streak, lifecycle, record_hash. DEGRADED DELIVERY, see unavailable_fields - prominence, maturity, github_stars, downloads and source_code_url have no data because the original collector stopped. Snapshot 2026-07-08. Descriptive only, never a forecast or advice. No data -> 422 no_charge, not billed. $0.01 per call.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
658 msmedian answer time
$0.01listed price per call
$0.01price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
GET https://api.truthbear.co/mcp/server
| Category | Everything else |
|---|---|
| Provider host | api.truthbear.co |
| Networks | eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp |
| Payment schemes | exact |
| Self-reported calls, 30 days | 10 from 2 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.01 | 658 ms |
Example input (from the provider)
{
"example": {
"name": "0580iris-lang-x711"
},
"exampleRequest": "/mcp/server?name=0580iris-lang-x711",
"method": "GET",
"queryParams": {
"name": "required - MCP server id; samples at free /mcp/preview (sample_ids)"
},
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"properties": {
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"additionalProperties": false,
"properties": {
"name": {
"description": "required - MCP server id; samples at free /mcp/preview (sample_ids)",
"examples": [
"0580iris-lang-x711"
],
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
},
"type": {
"const": "http"
}
},
"required": [
"type",
"method",
"queryParams"
],
"type": "object"
},
"output": {
"properties": {
"example": {},
"type": {
"const": "json"
}
},
"required": [
"type"
],
"type": "object"
}
}
}