{"audit":{"version":"1.4","generated_at":"2026-08-19T18:29:41.827806+00:00","generated_by":"Agenstry","report_url":"https://agenstry.com/agents/api.tunnelpowered.com","methodology_url":"https://agenstry.com/methodology","verifier_jwks_url":"https://agenstry.com/.well-known/jwks.json","subject":{"domain":"api.tunnelpowered.com","name":"tunnel knowledge base","url":"https://api.tunnelpowered.com/.well-known/agent-card.json"}},"identity":{"provider":{"organization":"\"STILL BETA TECH\" SRL","url":"https://tunnelpowered.com"},"registry_verification":null,"signature":{"signed":false,"signature_valid":null}},"protocol":{"version":"1.0","supports_streaming":false,"supports_push_notifications":false},"operational":{"live_state":"live","live_responds":true,"last_status_code":200,"last_elapsed_ms":72,"last_error":null},"track_record":{"first_seen":"2026-07-29T10:21:33.063713+00:00","last_checked":"2026-08-19T08:18:46.886582+00:00","last_seen_ok":"2026-08-19T08:18:46.886582+00:00","checks_total":38,"checks_ok":38,"uptime_pct":100.0,"archived":false,"archived_reason":null},"conformance":{"score":79,"grade":"B","summary":"B-grade: working agent with minor gaps (often unsigned cards or thin metadata).","criteria":[{"key":"valid_card","label":"Valid AgentCard","points":10,"max_points":10,"status":"pass","detail":"Parseable AgentCard returned by the well-known endpoint (Agenstry readiness signal; not an official TCK certification)."},{"key":"live_responds","label":"Live JSON-RPC","points":25,"max_points":25,"status":"pass","detail":"Endpoint responds to a negotiated A2A SendMessage probe (answers in ~103 ms)."},{"key":"protocol_version","label":"Protocol version","points":10,"max_points":10,"status":"pass","detail":"Declares A2A 1.0 with supportedInterfaces[] (current v1 card shape)."},{"key":"signature","label":"JWS signature","points":0,"max_points":10,"status":"info","detail":"Card is unsigned (most published agents are)."},{"key":"uptime","label":"Uptime track record","points":15,"max_points":15,"status":"pass","detail":"38/38 probes succeeded (100% uptime)."},{"key":"skills","label":"Skill declaration","points":10,"max_points":10,"status":"pass","detail":"Declares 10 skills with structured metadata."},{"key":"verified_identity","label":"Verified Identity","points":5,"max_points":10,"status":"partial","detail":"Provider declared: \"STILL BETA TECH\" SRL (https://tunnelpowered.com). Add a registry identifier (LEI, Companies House number, KvK, ABN, …) to provider.legalEntity for full verified-business credit."},{"key":"freshness","label":"Freshness + modern flags","points":4,"max_points":5,"status":"pass","detail":"seen in upstream source within 0d"},{"key":"security","label":"Security declaration","points":0,"max_points":5,"status":"info","detail":"Neither securitySchemes nor securityRequirements declared — how to authenticate is unstated."}]},"card_read":{"findings":[],"clean":true,"source_url":"https://api.tunnelpowered.com/.well-known/agent-card.json"},"skills":[{"id":"search_businesses","name":"Find a local business","description":"Search listed businesses by name, topic or place, including merchants who have no website and are listed from their social presence. Matches words, not meanings: a business calling itself a \"cofetărie\" is not returned for \"bakery\". An empty result means \"not in this index\", which is not the same as \"not in business\". Send the query as plain text, or as a data part {\"skill\":\"search_businesses\",\"query\":\"…\"}.","tags":["search","local-business","directory","moldova","romania"],"examples":["cakes in Chisinau","Do you know a plumber in Botanica?","Cofetaria Bunicii"],"inputModes":["text/plain","application/json"],"outputModes":["application/json"]},{"id":"get_business","name":"Read one business profile","description":"Full profile for a known slug: identity, contact, social profiles, offerings, FAQ, verification level and machine-readable endpoints. Every answer states how complete it is and which wanted fields are absent — an absent field means we do not hold it, NOT that the business lacks it. Send a data part {\"skill\":\"get_business\",\"slug\":\"…\"}.","tags":["business-profile","lookup","local-business"],"examples":["{\"skill\":\"get_business\",\"slug\":\"cofetaria-bunicii\"}"],"inputModes":["application/json"],"outputModes":["application/json"]},{"id":"check_merchant_verification","name":"Check what a merchant is verified to","description":"Live verification status with the signed attestation and its position in a public hash-chained transparency log. Read the `level` field: \"human\" means a Tunnel employee checked legal identity, channel control and that the service is real; \"automated\" means machines proved only that the business controls the channels its record cites; null means neither. No level is an endorsement of quality. Send a data part {\"skill\":\"check_merchant_verification\",\"slug\":\"…\"}.","tags":["verification","trust","attestation","due-diligence"],"examples":["{\"skill\":\"check_merchant_verification\",\"slug\":\"cofetaria-bunicii\"}"],"inputModes":["application/json"],"outputModes":["application/json"]},{"id":"ask_business","name":"Ask a business one specific question","description":"Answer \"are they open now\", \"do they serve this place\" or \"how much notice do they need\" from what the business itself authorised, with no human involved and no model in the loop. Either an answer with the fields it was read from, or an escalation. An escalation means we do not hold the fact — it is never a no, and an unlisted place in particular is \"we do not know\" unless the business has declared its list complete. Send a data part {\"skill\":\"ask_business\",\"kind\":\"entity\",\"slug\":\"…\",\"intent\":\"is_open_now\"}.","tags":["opening-hours","delivery-area","lead-time","availability"],"examples":["{\"skill\":\"ask_business\",\"kind\":\"entity\",\"slug\":\"cofetaria-bunicii\",\"intent\":\"is_open_now\"}","{\"skill\":\"ask_business\",\"kind\":\"entity\",\"slug\":\"cofetaria-bunicii\",\"intent\":\"delivers_to\",\"params\":{\"place\":\"Botanica\"}}"],"inputModes":["application/json"],"outputModes":["application/json"]},{"id":"ask_business_freeform","name":"Ask in the buyer's own words, in their own language","description":"The same three answers, but you send the question as it was actually asked and the reply comes back in that language — en, ro, ru or de, with anything else answered in English. Prefer ask_business when you already know which question you are asking: it is instant and free, while this runs a model to read the question. That model only classifies the words and names the language; it never sees the business's stored data and never writes the reply. Read `outcome`: answered, needs_detail (we need one more thing from the asker), not_understood, or escalated — which we forward to the business ourselves and hand you an `escalation.ref` for. Send a data part {\"skill\":\"ask_business_freeform\",\"kind\":\"entity\",\"slug\":\"…\",\"question\":\"…\"}.","tags":["multilingual","romanian","russian","german","natural-language"],"examples":["{\"skill\":\"ask_business_freeform\",\"kind\":\"entity\",\"slug\":\"cofetaria-bunicii\",\"question\":\"Sunteți deschiși acum?\"}","{\"skill\":\"ask_business_freeform\",\"kind\":\"entity\",\"slug\":\"cofetaria-bunicii\",\"question\":\"Liefern Sie nach Botanica?\"}"],"inputModes":["application/json"],"outputModes":["application/json"]},{"id":"check_escalation","name":"Read the answer to a question that went to a human","description":"When ask_business_freeform escalates, we send the question to the business on a channel they already use and give you a reference. This reads what came back. `state` is open (not sent yet), delivered (in front of them), answered (with their own words in `answer`), undeliverable (no way to reach them, so waiting will not help) or expired. It is a poll and not a subscription, and nobody is obliged to answer — come back later rather than in a loop. Send a data part {\"skill\":\"check_escalation\",\"ref\":\"…\"}.","tags":["escalation","human-in-the-loop","asynchronous"],"examples":["{\"skill\":\"check_escalation\",\"ref\":\"Xm2pQ7ZtA4kR\"}"],"inputModes":["application/json"],"outputModes":["application/json"]},{"id":"check_commitment","name":"Read a commitment, and whether it still stands","description":"Commitments are made with commit_order, which needs a registered agent — it is the one action here that binds a business, so it is not anonymous. This reads one back by its reference and needs no credentials. `state` is \"issued\" while it stands, or \"repudiated\" if the business has since said they cannot honour it, with their reason. A withdrawal never erases the original: both are on the signed record, timestamped. Check before acting on an old commitment. Send a data part {\"skill\":\"check_commitment\",\"ref\":\"…\"}.","tags":["commitments","orders","asynchronous"],"examples":["{\"skill\":\"check_commitment\",\"ref\":\"Kd9WqR2xL7pM\"}"],"inputModes":["application/json"],"outputModes":["application/json"]},{"id":"get_rate_card","name":"Read what a business charges","description":"The priced lines a business has authorised us to quote on their behalf, each with a `code`, a label, a unit and an amount. Those codes are what request_quote takes: we price exactly what you name and never work out which line a description meant, because a near-miss there is a wrong price somebody has to honour. `published` false means there is nothing to read — either they have written no card or they have not allowed prices to be named — and neither means the work is unavailable. Send a data part {\"skill\":\"get_rate_card\",\"kind\":\"entity\",\"slug\":\"…\"}.","tags":["pricing","quotes","non-catalog"],"examples":["{\"skill\":\"get_rate_card\",\"kind\":\"entity\",\"slug\":\"instalatii-viorel\"}"],"inputModes":["application/json"],"outputModes":["application/json"]},{"id":"request_quote","name":"Price a job against a business's rate card","description":"Name lines from get_rate_card and we do the arithmetic. `quoted` true carries `total`, the priced `lines` and `validUntil`. A quote is a statement and not a hold: nothing is reserved, and commit_order prices the same lines again from the card at the moment it binds, so a price that changed in between is reported rather than charged. When we cannot quote — an item that is not on their card, no card at all, or a total under their own floor — the question goes to a person and you get a reference to poll with check_escalation. Send a data part {\"skill\":\"request_quote\",\"kind\":\"entity\",\"slug\":\"…\",\"items\":[{\"code\":\"…\",\"quantity\":1}]}.","tags":["pricing","quotes","non-catalog"],"examples":["{\"skill\":\"request_quote\",\"kind\":\"entity\",\"slug\":\"instalatii-viorel\",\"items\":[{\"code\":\"callout\",\"quantity\":1},{\"code\":\"labour-hour\",\"quantity\":2}]}"],"inputModes":["application/json"],"outputModes":["application/json"]},{"id":"check_availability","name":"Find out when a business is free","description":"Worked out per call against their opening hours, their notice period, their blackout dates and what is already booked — there is no stored list of free times to go stale. `known` true carries `days`, each with `slots` that say whether they are `free`, and `firstFree` for the earliest one. Pass a time to ask about one exact moment. `known` false means the business has not set up a calendar, which is \"we cannot tell you\" and never \"they are busy\". A free slot is not a hold. Send a data part {\"skill\":\"check_availability\",\"kind\":\"entity\",\"slug\":\"…\",\"from\":\"2026-08-07\",\"days\":7}.","tags":["availability","scheduling","appointments"],"examples":["{\"skill\":\"check_availability\",\"kind\":\"entity\",\"slug\":\"frizeria-doi\",\"from\":\"2026-08-07\",\"time\":\"19:00\"}"],"inputModes":["application/json"],"outputModes":["application/json"]}],"provenance":[{"source":"mcp_registry","first_seen":"2026-07-29T10:21:33.063713+00:00"},{"source":"recrawl_hot","first_seen":"2026-08-06T03:26:08.079146+00:00"}],"recent_probes":[{"fetched_at":"2026-08-19T08:18:46.886582+00:00","ok":true,"status_code":200,"error":null,"elapsed_ms":72,"live_responds":true},{"fetched_at":"2026-08-19T02:15:22.568655+00:00","ok":true,"status_code":200,"error":null,"elapsed_ms":65,"live_responds":true},{"fetched_at":"2026-08-18T19:40:01.070146+00:00","ok":true,"status_code":200,"error":null,"elapsed_ms":64,"live_responds":true},{"fetched_at":"2026-08-18T08:54:37.785575+00:00","ok":true,"status_code":200,"error":null,"elapsed_ms":102,"live_responds":true},{"fetched_at":"2026-08-18T02:04:30.098688+00:00","ok":true,"status_code":200,"error":null,"elapsed_ms":107,"live_responds":true},{"fetched_at":"2026-08-17T06:21:44.898732+00:00","ok":true,"status_code":200,"error":null,"elapsed_ms":73,"live_responds":true},{"fetched_at":"2026-08-16T20:22:33.779360+00:00","ok":true,"status_code":200,"error":null,"elapsed_ms":81,"live_responds":true},{"fetched_at":"2026-08-16T06:37:40.211055+00:00","ok":true,"status_code":200,"error":null,"elapsed_ms":81,"live_responds":true},{"fetched_at":"2026-08-16T01:03:22.864639+00:00","ok":true,"status_code":200,"error":null,"elapsed_ms":68,"live_responds":true},{"fetched_at":"2026-08-15T08:04:43.940023+00:00","ok":true,"status_code":200,"error":null,"elapsed_ms":74,"live_responds":true}],"catalog_attestation":null,"operator_revenue_evidence":{"evidence_class":"operator_submitted","authenticity":{"rung":"no_operator_evidence","rank":0,"why":"No verifiable operator evidence has been submitted for this agent.","thresholds":{"min_independent_payers":3,"min_verified_usd":25.0},"engine_table":"agent_authenticity","merge_rule":"max(existing_rank, rank)"},"metric_metadata":{"provenance":"operator_submitted_evidence","confidence":"attested","coverage":{"numerator":0},"as_of":"2026-08-19T18:29:41.831408+00:00","definition":"Revenue proofs submitted by the verified owner and re-checked by Agenstry against the settlement chain or the operator's own Stripe account. Only independently confirmed proofs are counted."},"counts":{"retained":0,"verified":0,"unverifiable":0},"verified":{"gross_usd":0.0,"transactions":0,"independent_payers":0},"detail_url":"https://agenstry.com/api/agents/api.tunnelpowered.com/evidence","dispute_url":"https://agenstry.com/agents/api.tunnelpowered.com/dispute"},"verification_history":[]}