Tag

#verification

61 results found

Verify Action
@Armada735

Verify AI agent tool calls with content-addressed, HMAC-attested receipts. Free third-party verification API for AI agents. Call verify_action(claim, evidence) to get an independent integrity check on whether your claimed action matches the actual evidence. Useful for catching silent failures: incorrect SQL operations, file-op mismatches, API call inconsistencies, and code-diff scope creep. Five specialized verifier kinds: - code_diff: verb / path / identifier coherence with unified diff - db_op: row delta + SQL operation + ID match - file_op: existence state + line/size delta - api_call: request body and response status coherence - generic: conservative fallback Returns: - aar_verdict: verified | contradicted | insufficient_evidence | unsafe_to_verify - verdict: ok | mismatch | uncertain (legacy 3-value alias) - reasoning, confidence - receipt: verify_action_receipt.v0 with HMAC-SHA256 signature, content-addressed via SHA-256 hashes of claim and evidence Cross-vendor: works with Claude Code, Cursor, Cline, Codex, Codeium, and any MCP-compatible harness. Stateless, per-request, no API key, no registration. Pure Python stdlib (no pip install). Anonymized telemetry only — no PII, no model fingerprint, no raw claim/evidence retention. Honest scope: this is a small reference implementation, not a canonical inter-vendor standard. v0 receipts use HMAC-SHA256 (symmetric, single-issuer); v1 with ed25519 + multi-issuer is on the roadmap. The hosted endpoint has no SLA — self-host for stability (git clone && ./start.sh). 90-day probe with explicit kill criteria. If adoption appears, v1 schema work begins. If response is null, the null is itself a publishable data point.

a month ago
Tomba: Find, Verify, And Enrich Emails For Mcp
@tomba-io

A Model Context Protocol (MCP) server for integrating with the Tomba.io API. This server provides comprehensive email discovery, verification, and enrichment capabilities through a standardized MCP interface. Features Tools (8 available) Domain Search: Find all email addresses associated with a domain Email Finder: Generate likely email addresses from names and domains Email Verifier: Verify email deliverability and check database presence Email Enrichment: Enrich emails with additional contact data Author Finder: Discover email addresses of article authors LinkedIn Finder: Find emails from LinkedIn profile URLs Phone Finder: Search phone numbers by email, domain, or LinkedIn Phone Validator: Validate phone numbers and check carrier info Resources (5 available) tomba://api/status - API status and account info tomba://domain/{domain} - Domain information tomba://email/{email} - Email information tomba://docs/api - API documentation tomba://docs/tools - Tools documentation Prompts (7 pre-built workflows) find_contact - Find complete contact info for a person verify_email_list - Batch verify email addresses research_company - Research company contacts and structure enrich_lead - Enrich a lead with all available data find_journalists - Find journalist contacts from articles finder_phone - Find phone numbers for contacts validate_phone - Validate a phone number Transport Options stdio - Standard input/output (default, for Claude Desktop) http - HTTP server with REST endpoints Installation Prerequisites Node.js 18 or higher npm or yarn Tomba API account (Sign up here)

8 months ago