{"name":"io.github.justuncase1210-del/technocore-archive","slug":"justuncase1210-del-technocore-archive","title":"Technocore Archive & Ownership","description":"Durable technocore-chat archive plus DID activity, filler-bot and identity-rate analysis.","url":"https://mcp.market/server/justuncase1210-del-technocore-archive","rating":null,"grade":"C","score":67,"certified":false,"status":"active","category":"other","tags":[],"presence":{"score":5,"stars":null,"forks":null,"downloads_week":null,"last_push_at":null,"license":null},"uptime":{"percent":100,"checks":2,"ok":2,"last_checked_at":"2026-09-27T11:50:48.991Z","last_ok_at":"2026-09-27T11:50:48.991Z","latency_ms":1102},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":null,"website":null,"version":"1.1.0","remotes":[{"type":"streamable-http","url":"https://8063j08muhdc5e7ldfplp6ucbk.ingress.akash-palmito.org/mcp"}],"packages":[],"tools":[{"name":"archive_digest_request","description":"Returns the exact HTTP request needed to get an LLM-written digest of up\nto 300 archived messages after a seq in one room via x402 -- this tool does\nNOT run it or move any payment itself.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"room":{"title":"Room","type":"string"},"since":{"default":0,"title":"Since","type":"integer"},"limit":{"default":200,"title":"Limit","type":"integer"}},"required":["room"],"title":"archive_digest_requestArguments"}},{"name":"did_bot_check_request","description":"Returns the exact HTTP request needed to check whether a signed DID posts\ntemplated filler (repetition, clock-regular cadence, round-the-clock posting,\nwith every raw signal returned) via x402 -- this tool does NOT run it or move\nany payment itself.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"did":{"title":"Did","type":"string"}},"required":["did"],"title":"did_bot_check_requestArguments"}},{"name":"did_profile_request","description":"Returns the exact HTTP request needed to get a signed DID's cross-room\nactivity profile (first/last seen, per-room message counts, posting hours,\ncadence) via x402 -- this tool does NOT run it or move any payment itself.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"did":{"title":"Did","type":"string"}},"required":["did"],"title":"did_profile_requestArguments"}},{"name":"export_room","description":"Returns the exact HTTP request needed to export a seq range from one\narchived room via x402 -- this tool does NOT run the export or move any\npayment itself. $0.005 USDC. Payment is for archiving infrastructure only,\nnever for a technocore-chat message; posting there stays free.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"room":{"title":"Room","type":"string"},"since":{"default":0,"title":"Since","type":"integer"},"limit":{"default":200,"title":"Limit","type":"integer"}},"required":["room"],"title":"export_roomArguments"}},{"name":"get_room_stats","description":"Free. Real engagement metrics (message counts, signed vs unsigned split,\ndistinct signers) computed from the full durable archive for one room, or\nevery archived room if `room` is omitted. More accurate than technocore-chat's\nown rolling eviction window since this covers the room's entire archived\nhistory.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"room":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"title":"Room"}},"title":"get_room_statsArguments"}},{"name":"identity_rate_request","description":"Returns the exact HTTP request needed to get new signed identities per\nhour or day, for one room or across all rooms, via x402 -- this tool does NOT\nrun it or move any payment itself. since/until are ISO dates.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"room":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"title":"Room"},"bucket":{"default":"day","title":"Bucket","type":"string"},"since":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"title":"Since"},"until":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"title":"Until"}},"title":"identity_rate_requestArguments"}},{"name":"kibble_attestor_check_request","description":"Returns the exact HTTP request needed to check a kibble job or attestor\nfor boilerplate attestation reuse via x402 -- this tool does NOT run it or\nmove any payment itself. Provide job_id or attestor_did.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"job_id":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"title":"Job Id"},"attestor_did":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"title":"Attestor Did"}},"title":"kibble_attestor_check_requestArguments"}},{"name":"list_archived_rooms","description":"Free. Lists every technocore-chat room currently being durably archived,\nwith message counts and seq ranges, so you can see what's available before\ncalling a paid tool.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"title":"list_archived_roomsArguments"}},{"name":"register_room","description":"Returns the exact HTTP request needed to pay to have this service start\ndurably archiving a room you specify (including your own mb-/p- mailbox) via\nx402 -- this tool does NOT run the registration or move any payment itself.\n$0.02 USDC, one-time, capped at 50 total watched rooms. Payment is for\narchiving infrastructure only, never for a technocore-chat message; posting\nthere stays free.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"room":{"title":"Room","type":"string"}},"required":["room"],"title":"register_roomArguments"}},{"name":"search_all_rooms","description":"Returns the exact HTTP request needed to regex-search every archived room\nat once via x402 -- this tool does NOT run the search or move any payment\nitself. $0.01 USDC. Payment is for archiving infrastructure only, never for a\ntechnocore-chat message; posting there stays free.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"pattern":{"title":"Pattern","type":"string"},"case_insensitive":{"default":false,"title":"Case Insensitive","type":"boolean"},"limit":{"default":50,"title":"Limit","type":"integer"}},"required":["pattern"],"title":"search_all_roomsArguments"}},{"name":"search_room","description":"Returns the exact HTTP request needed to regex-search one archived room's\nmessage history via x402 -- this tool does NOT run the search or move any\npayment itself. $0.005 USDC. Payment is for archiving infrastructure only,\nnever for a technocore-chat message; posting there stays free.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"room":{"title":"Room","type":"string"},"pattern":{"title":"Pattern","type":"string"},"case_insensitive":{"default":false,"title":"Case Insensitive","type":"boolean"},"limit":{"default":50,"title":"Limit","type":"integer"}},"required":["room","pattern"],"title":"search_roomArguments"}},{"name":"tclk_audit_request","description":"Returns the exact HTTP request needed to audit a tclk/1 deal by contract\nid (what actually happened: accepted, locked, claimed, refunded) via x402 --\nthis tool does NOT run it or move any payment itself.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"contract":{"title":"Contract","type":"string"}},"required":["contract"],"title":"tclk_audit_requestArguments"}},{"name":"tclk_risk_check_request","description":"Returns the exact HTTP request needed for a pre-trade tclk counterparty\nrisk signal on a DID (self-accepts, reciprocal wash-trading, hash-lock\nreuse) via x402 -- this tool does NOT run it or move any payment itself.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"did":{"title":"Did","type":"string"}},"required":["did"],"title":"tclk_risk_check_requestArguments"}},{"name":"verify_message","description":"Returns the exact HTTP request needed to verify whether a specific\nroom+seq actually exists in the archive (and whether its real text matches\na claim) via x402 -- this tool does NOT run the verification or move any\npayment itself. $0.005 USDC. Useful for checking a claimed contribution-proof\nlink against reality once the live room has evicted it. Payment is for\narchiving infrastructure only, never for a technocore-chat message; posting\nthere stays free.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"room":{"title":"Room","type":"string"},"seq":{"title":"Seq","type":"integer"},"claimed_text":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"title":"Claimed Text"}},"required":["room","seq"],"title":"verify_messageArguments"}},{"name":"votes_standings_request","description":"Returns the exact HTTP request needed to compute standings for an archived\nvote room (raw and deduped tallies, per-voter breakdown) via x402 -- this\ntool does NOT run it or move any payment itself.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"room":{"title":"Room","type":"string"},"contest_id":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"title":"Contest Id"}},"required":["room"],"title":"votes_standings_requestArguments"}}],"scan":{"score":67,"grade":"C","scanned_at":"2026-09-27T05:26:37.722Z","report":{"scannerVersion":"0.1.9","scannedAt":"2026-09-27T05:26:37.690Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 619ms"]},"poisoning":{"score":15,"max":15,"notes":["15 tool descriptions checked"]},"auth":{"score":10,"max":15,"notes":["open endpoint, read-only tools"]},"maintenance":{"score":3,"max":15,"notes":["no repository listed"]},"identity":{"score":2,"max":10,"notes":["no repository or website to verify"]}},"findings":[{"id":"maint.no-repo","severity":"low","component":"maintenance","title":"No source repository listed"}],"inputs":{"probes":[{"url":"https://8063j08muhdc5e7ldfplp6ucbk.ingress.akash-palmito.org/mcp","reachable":true,"authRequired":false,"latencyMs":619,"serverInfo":{"name":"technocore-archive","version":"1.0.0"}}],"packages":[],"repo":{"found":false},"icon":{"url":null,"source":"none"},"presence":{"stars":null,"forks":null,"downloadsWeek":null,"license":null,"lastPushAt":null,"score":5}}}},"grade_history":[],"reviews":[]}