LimitGuard Trust Intelligence
limitguard.ai
Trust Intelligence API for entity verification, risk scoring, and compliance monitoring. Enables AI agents to verify counterparty trust before transacting.
limitguard.ai via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
https://limitguard.ai/.well-known/agent.json and the next probe clears this panel.
| Field | What we saw | What we stored |
|---|---|---|
capabilities |
Input should be a valid dictionary or instance of Capabilities | dropped — this field was not indexed |
Dispute or improve this rating
F
Conformance score: 23/100
F-grade: card is reachable but fails most operational signals.
click to expand breakdown ▾
click to collapse breakdown ▴
agent-card.json changed within the last 7 days. We track these so downstream callers can react.
Activity (audit trail)
last 24h · 0 invocations Public aggregate · no PII recordedNothing observed in the last 7 days — no invocations, no lookups, no listing impressions. Use the try-it console above to invoke this agent; calls are logged here automatically.
Card history
1 snapshot Every change toagent-card.json
| Captured | Hash | |
|---|---|---|
| 2026-09-07 02:01:29 current | c3dd2eb72528… |
view → |
Endpoints
| Agent card | https://limitguard.ai/.well-known/agent.json |
Skills · 4 declared · mapped to canonical taxonomy
Full entity trust check across 7 data sources. Returns trust score 0-100, cluster, and recommendation.
Quick risk score assessment. Faster than full entity check.
Know Your Business verification with sanctions check and company registration.
Compliance assessment report for an entity.
Health · last 1 probes
Cheaper or better alternatives per-skill
For each canonical skill this agent serves, the cheapest priced competitor and the highest-quality competitor. Only shown when at least one beats the current agent. Skills where this agent is already best on both axes are hidden.
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/limitguard.ai) [](https://agenstry.com/agents/limitguard.ai) [](https://agenstry.com/agents/limitguard.ai) [](https://agenstry.com/agents/limitguard.ai)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"name": "LimitGuard Trust Intelligence",
"description": "Trust Intelligence API for entity verification, risk scoring, and compliance monitoring. Enables AI agents to verify counterparty trust before transacting.",
"version": "1.0",
"url": "https://api.limitguard.ai",
"capabilities": [
"entity_verification",
"risk_scoring",
"reputation_tracking",
"compliance_monitoring",
"kyb_verification",
"wallet_verification"
],
"skills": [
{
"name": "entity_check",
"description": "Full entity trust check across 7 data sources. Returns trust score 0-100, cluster, and recommendation.",
"endpoint": "/v1/entity/check",
"method": "POST",
"price_usdc": 0.85
},
{
"name": "risk_score",
"description": "Quick risk score assessment. Faster than full entity check.",
"endpoint": "/v1/risk/score",
"method": "POST",
"price_usdc": 0.65
},
{
"name": "kyb_check",
"description": "Know Your Business verification with sanctions check and company registration.",
"endpoint": "/v1/kyb/check",
"method": "POST",
"price_usdc": 1.5
},
{
"name": "compliance_report",
"description": "Compliance assessment report for an entity.",
"endpoint": "/v1/compliance/report/{entity_id}",
"method": "GET",
"price_usdc": 0.5
}
],
"authentication": {
"schemes": [
"x402",
"api_key"
],
"x402": {
"protocol": "x402-v2",
"chains": [
"eip155:8453",
"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"
],
"currency": "USDC"
},
"api_key": {
"header": "X-API-Key",
"prefix": "lg_live_"
}
},
"documentation_url": "https://docs.limitguard.ai/x402-protocol",
"sandbox": {
"url": "https://api.limitguard.ai/v1/keys/create",
"curl": "curl -s -X POST https://api.limitguard.ai/v1/keys/create -H 'Content-Type: application/json' -d '{\"email\": \"you@example.com\", \"tier\": \"sandbox\"}'",
"note": "Free sandbox key, no wallet needed: returns an lg_sandbox_ key. Send it as X-API-Key to skip x402 and get mock data (10 req/min)."
}
}