Card snapshot
a2a.globaldatabase.com
·
2026-09-15 08:54:19 UTC
·
b4448d50f60dfd7637c263943903a9ecd8e9f8b02e166b71e9424b739c251614
This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.
{
"name": "Global Database Agent",
"description": "Resolves, verifies, and enriches company and people data from Global Database \u2014 KYB/compliance checks, financials, digital footprint, decision-maker discovery, prospecting, and composed sales/risk flows.",
"supportedInterfaces": [
{
"url": "https://a2a.globaldatabase.com",
"protocolBinding": "JSONRPC",
"protocolVersion": "1.0"
}
],
"provider": {
"url": "https://globaldatabase.com",
"organization": "Global Database"
},
"version": "0.1.0",
"capabilities": {
"streaming": false,
"pushNotifications": false
},
"securitySchemes": {
"gdbOAuth": {
"oauth2SecurityScheme": {
"description": "Sign in with your Global Database account via OAuth 2.1 (Authorization Code + PKCE). No API key to copy or paste -- the access token is issued directly to the connection.",
"flows": {
"authorizationCode": {
"authorizationUrl": "https://mcp.globaldatabase.com/authorize",
"tokenUrl": "https://mcp.globaldatabase.com/token",
"pkceRequired": true
}
},
"oauth2MetadataUrl": "https://mcp.globaldatabase.com/.well-known/oauth-authorization-server"
}
}
},
"securityRequirements": [
{
"schemes": {
"gdbOAuth": {}
}
}
],
"defaultInputModes": [
"application/json"
],
"defaultOutputModes": [
"application/json"
],
"skills": [
{
"id": "resolve_company",
"name": "Resolve company",
"description": "Finds/confirms a company by name, VAT number, registration number, website, LinkedIn URL, ticker, or email.",
"tags": [
"company",
"lookup"
],
"examples": [
"{\"skill\": \"resolve_company\", \"input\": {\"name\": \"Global Database\", \"country_code\": \"GB\"}}"
]
},
{
"id": "verify_company",
"name": "Verify company (KYB)",
"description": "Full compliance dossier: registry profile, officers, shareholders/UBO, and group structure, in parallel.",
"tags": [
"kyb",
"compliance"
],
"examples": [
"{\"skill\": \"verify_company\", \"input\": {\"company_id\": \"12345\"}}"
]
},
{
"id": "financial_snapshot",
"name": "Financial snapshot",
"description": "Financial health from two sources: commercial ratios/YoY and officially filed statements, in parallel.",
"tags": [
"financials",
"compliance"
],
"examples": [
"{\"skill\": \"financial_snapshot\", \"input\": {\"company_id\": \"12345\"}}"
]
},
{
"id": "company_intelligence",
"name": "Company intelligence",
"description": "Company profile plus digital footprint (tech stack, traffic, SEO, WHOIS).",
"tags": [
"intelligence",
"sales"
],
"examples": [
"{\"skill\": \"company_intelligence\", \"input\": {\"company_id\": \"12345\"}}"
]
},
{
"id": "find_decision_makers",
"name": "Find decision makers",
"description": "Finds people at a company by web domain, or by company + role/department/seniority filters.",
"tags": [
"people",
"sales"
],
"examples": [
"{\"skill\": \"find_decision_makers\", \"input\": {\"domain\": \"acme.com\", \"employee_seniorities\": [\"c_suite\"]}}"
]
},
{
"id": "get_person_contact",
"name": "Get person contact",
"description": "Email and phone for a specific, already-identified person.",
"tags": [
"contacts",
"enrichment"
],
"examples": [
"{\"skill\": \"get_person_contact\", \"input\": {\"email\": \"jane@example.com\"}}"
]
},
{
"id": "find_companies",
"name": "Find companies",
"description": "Finds companies matching criteria (country, industry keyword, employee count, turnover) \u2014 leads/prospecting.",
"tags": [
"prospecting",
"sales"
],
"examples": [
"{\"skill\": \"find_companies\", \"input\": {\"location_countries\": [\"GB\"], \"industry_keyword\": \"software\"}}"
]
},
{
"id": "person_corporate_footprint",
"name": "Person corporate footprint",
"description": "All directorships and shareholdings on file for a named person, across companies (AML/PEP-style background check).",
"tags": [
"kyb",
"compliance"
],
"examples": [
"{\"skill\": \"person_corporate_footprint\", \"input\": {\"name\": \"Jane Doe\"}}"
]
},
{
"id": "find_and_contact_leads",
"name": "Find and contact leads",
"description": "Sales prospecting flow: finds target companies, the decision maker at each, and their contact details, in one call.",
"tags": [
"sales",
"flow"
],
"examples": [
"{\"skill\": \"find_and_contact_leads\", \"input\": {\"location_countries\": [\"GB\"], \"job_title\": [\"CFO\"], \"max_results\": 5}}"
]
},
{
"id": "vendor_onboarding_check",
"name": "Vendor onboarding check",
"description": "Procurement/risk flow: KYB verification, financial snapshot, and company intelligence, in parallel.",
"tags": [
"risk",
"flow"
],
"examples": [
"{\"skill\": \"vendor_onboarding_check\", \"input\": {\"company_id\": \"12345\"}}"
]
},
{
"id": "compare_companies",
"name": "Compare companies",
"description": "Side-by-side KYB + financial comparison of 2-5 companies \u2014 procurement/investment decision support.",
"tags": [
"risk",
"flow"
],
"examples": [
"{\"skill\": \"compare_companies\", \"input\": {\"companies\": [{\"company_id\": \"1\"}, {\"company_id\": \"2\"}]}}"
]
}
]
}