{"audit":{"version":"1.3","generated_at":"2026-05-22T23:41:12.002531+00:00","generated_by":"Agenstry","report_url":"https://agenstry.com/agents/microquery.dev","methodology_url":"https://agenstry.com/methodology","verifier_jwks_url":"https://agenstry.com/.well-known/jwks.json","subject":{"domain":"microquery.dev","name":"Microquery","url":"https://microquery.dev/.well-known/agent-card.json"}},"identity":{"provider":{"organization":"Microquery","url":"https://microquery.dev"},"registry_verification":null,"signature":{"signed":false,"signature_valid":null}},"protocol":{"version":"2025-06-27","supports_streaming":false,"supports_push_notifications":false},"operational":{"live_state":"live","live_responds":true,"last_status_code":200,"last_elapsed_ms":88,"last_error":null},"track_record":{"first_seen":"2026-05-14T00:30:45.917358+00:00","last_checked":"2026-05-22T18:33:32.817622+00:00","last_seen_ok":"2026-05-22T18:33:32.817622+00:00","checks_total":71,"checks_ok":69,"uptime_pct":97.2,"archived":false,"archived_reason":null},"conformance":{"score":74,"grade":"C","summary":"C-grade: usable but has clear conformance issues — review the breakdown below.","criteria":[{"key":"valid_card","label":"Valid AgentCard","points":10,"max_points":10,"status":"pass","detail":"Schema-validated A2A AgentCard returned by the well-known endpoint."},{"key":"live_responds","label":"Live JSON-RPC","points":25,"max_points":25,"status":"pass","detail":"Endpoint responds to message/send with valid JSON-RPC."},{"key":"protocol_version","label":"Protocol version","points":2,"max_points":10,"status":"partial","detail":"Declares unrecognised version '2025-06-27'."},{"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":"69/71 probes succeeded (97% uptime)."},{"key":"skills","label":"Skill declaration","points":10,"max_points":10,"status":"pass","detail":"Declares 7 skills with structured metadata."},{"key":"verified_identity","label":"Verified Identity","points":5,"max_points":10,"status":"partial","detail":"Provider declared: Microquery (https://microquery.dev). 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":5,"max_points":5,"status":"pass","detail":"declares 1 modern capability flag(s) (x402); seen in upstream source within 0d"},{"key":"security","label":"Security declaration","points":2,"max_points":5,"status":"partial","detail":"Declares 2 security scheme(s) but none use PKCE or mTLS."}]},"skills":[{"id":"biomedical_query","name":"Biomedical & Clinical Data Query","description":"Query FDA adverse events (FAERS), clinical trials, PubMed literature, ClinVar variants, GWAS associations, ClinPGx pharmacogenomics, ClinGen gene validity, gnomAD population frequencies, NIH grants, and TCGA cancer genomics. Use for drug safety signals, variant interpretation, trial discovery, or literature trends.","tags":["biomedical","clinical","pharma","genomics","FDA","PubMed","ClinVar","GWAS","drug safety"],"examples":["What are the top adverse events reported for semaglutide in FAERS in 2024?","How many clinical trials are recruiting for GLP-1 agonists right now?","What pathogenic ClinVar variants are associated with BRCA1?","Show PubMed publication volume for 'large language models' by year since 2020","What NIH grants were awarded for Alzheimer's research in 2023?"],"inputModes":["text/plain"],"outputModes":["application/json"]},{"id":"financial_query","name":"Financial & Macroeconomic Data Query","description":"Query SEC EDGAR XBRL filings (revenue, earnings, balance sheet concepts for any public company), FEC political contributions, FRED macroeconomic time series, FHFA house price indices, and World Bank commodity prices.","tags":["financial","SEC","EDGAR","FRED","FEC","macro","earnings","filings","commodities"],"examples":["What was Apple's annual revenue from SEC 10-K filings for the last 5 years?","Which employers donated the most to PACs in the 2024 election cycle?","Show me the Fed funds rate and CPI from FRED since 2020","What is the current FHFA house price index for California?","Show gold and copper commodity prices from World Bank over the last 2 years"],"inputModes":["text/plain"],"outputModes":["application/json"]},{"id":"security_query","name":"Security & Vulnerability Data Query","description":"Query NVD/CVE vulnerabilities with CVSS scores, CISA Known Exploited Vulnerabilities (KEV), OSV open source advisories, and MalwareBazaar samples. Use for CVE enrichment, vulnerability triage, dependency risk assessment, or threat intelligence.","tags":["security","CVE","NVD","CISA","KEV","OSV","malware","vulnerability","infosec"],"examples":["List CVEs with CVSS score above 9.0 published in the last 30 days","Is CVE-2024-3094 (xz backdoor) in the CISA KEV list?","What OSV advisories affect the npm package lodash?","Show recent MalwareBazaar samples tagged as ransomware","What are the most common CWE weaknesses in critical CVEs this year?"],"inputModes":["text/plain"],"outputModes":["application/json"]},{"id":"blockchain_query","name":"Blockchain & DeFi Data Query","description":"Query Ethereum transactions, token transfers, DEX swap volumes, lending protocol liquidations, MEV activity, Bitcoin UTXO outputs, Base L2 transactions, and DeFi protocol TVL. Use for wallet profiling, DeFi analytics, MEV research, or on-chain due diligence.","tags":["blockchain","ethereum","bitcoin","DeFi","MEV","DEX","on-chain","crypto","Base","TVL"],"examples":["What were the top DEX pairs by volume on Ethereum in the last 7 days?","Show Aave liquidation volume by day for the last 30 days","Which MEV builders extracted the most ETH this month?","What is the current TVL of Uniswap across all chains?","Show all ERC-20 transfers from address 0x... in the last 100 blocks"],"inputModes":["text/plain"],"outputModes":["application/json"]},{"id":"research_query","name":"Research & Tech Data Query","description":"Query arXiv preprints (3M+ papers), Hacker News posts and discussions (4.6M+ items), software end-of-life timelines, Open Food Facts nutrition data, NOAA weather history, and USGS earthquake records.","tags":["research","arxiv","papers","hacker news","endoflife","weather","food","earthquakes"],"examples":["How many arXiv papers on 'mixture of experts' were submitted each month in 2024?","What are the top Hacker News posts about Rust in the last year by score?","Which software versions are currently past end-of-life?","Show historical daily weather for Amsterdam in January 2024"],"inputModes":["text/plain"],"outputModes":["application/json"]},{"id":"schema_discovery","name":"Dataset Schema Discovery","description":"List all available databases with full table and field schemas. Call this before writing SQL to confirm field names and partition keys. Returns the live schema — always up to date.","tags":["schema","discovery","databases","metadata"],"examples":["What databases does microquery have?","Show me the schema for the fda database","What fields are available in eth.dex_swaps?"],"inputModes":["text/plain"],"outputModes":["application/json"]},{"id":"autonomous_registration","name":"Autonomous Agent Registration","description":"Self-register to obtain an API key and $0.10 free trial credit (~1,600 typical queries). One POST call, no human needed. Optionally link a Base/Ethereum wallet address for autonomous USDC top-up when trial credit runs out.","tags":["registration","onboarding","autonomous","API key","trial"],"examples":["Register me as an agent called 'research-bot'","Get an API key for microquery","Onboard to microquery with wallet address 0x..."],"inputModes":["application/json"],"outputModes":["application/json"]}],"provenance":[{"source":"registry","first_seen":"2026-05-14T00:30:45.917358+00:00"},{"source":"recrawl_hot","first_seen":"2026-05-14T03:03:35.245703+00:00"},{"source":"a2aregistry","first_seen":"2026-05-16T19:38:22.234085+00:00"}],"recent_probes":[{"fetched_at":"2026-05-22T18:33:32.817622+00:00","ok":true,"status_code":200,"error":null,"elapsed_ms":88,"live_responds":true},{"fetched_at":"2026-05-22T12:00:03.682597+00:00","ok":true,"status_code":200,"error":null,"elapsed_ms":87,"live_responds":true},{"fetched_at":"2026-05-22T05:39:18.729286+00:00","ok":true,"status_code":200,"error":null,"elapsed_ms":90,"live_responds":true},{"fetched_at":"2026-05-21T23:03:47.131697+00:00","ok":true,"status_code":200,"error":null,"elapsed_ms":87,"live_responds":true},{"fetched_at":"2026-05-20T17:53:10.970695+00:00","ok":true,"status_code":200,"error":null,"elapsed_ms":86,"live_responds":true},{"fetched_at":"2026-05-20T16:51:07.111371+00:00","ok":true,"status_code":200,"error":null,"elapsed_ms":86,"live_responds":true},{"fetched_at":"2026-05-20T15:37:05.619229+00:00","ok":true,"status_code":200,"error":null,"elapsed_ms":88,"live_responds":true},{"fetched_at":"2026-05-20T12:45:39.400873+00:00","ok":true,"status_code":200,"error":null,"elapsed_ms":104,"live_responds":true},{"fetched_at":"2026-05-20T11:14:24.660403+00:00","ok":true,"status_code":200,"error":null,"elapsed_ms":89,"live_responds":true},{"fetched_at":"2026-05-20T09:29:09.884735+00:00","ok":true,"status_code":200,"error":null,"elapsed_ms":90,"live_responds":true}],"catalog_attestation":null,"verification_history":[],"signatures":[{"protected":"eyJhbGciOiJFUzI1NiIsImprdSI6Imh0dHBzOi8vYWdlbnN0cnkuY29tLy53ZWxsLWtub3duL2p3a3MuanNvbiIsImtpZCI6ImFnZW50ZmluZGVyLWVzMjU2LTEiLCJ0eXAiOiJKT1NFIn0","signature":"AWPE7Rq4cVYNIJKRuZ0aRCD1nFHdlzIt0WtzN_9uFEtg12hSM5rBuHFlTA-8iGiJYtPbbY95e88N3sWQoJ4t8Q"}]}