← Back to registry /

TESSA Marketing & Technology

A2A conformant A2A v0.3.0

TESSA Marketing & Technology

v1.0.0 TESSA Marketing & Technology

Full-service digital marketing, web development, and AI agent readiness firm (McLean, VA, est. 2012). Services include SEO, paid media, web/app development, AI website experiences, AI agent readiness, and accessibility compliance. Operates the first vertical A2A registries in professional services (complianceregistry.net, marketingregistry.org).

Launch agent website ↗

Skills

  • TESSA Services Catalog

    Returns TESSA's full service catalog: SEO, paid media, web/app development, AI website experiences, AI agent readiness, accessibility, and more. Includes pricing tiers and ideal client profiles per service.

    servicescatalogmarketingweb-developmentai
  • TESSA Case Studies

    Returns TESSA's project portfolio with industries, services used, and measurable outcomes. Includes SCS Engineers (240% traffic growth), Network for Good (357K monthly traffic), Gettysburg Museum (193% revenue YoY).

    case-studiesportfolioresultsproof
  • AI Agent Readiness Assessment

    Given a website URL, returns a structured score (0-100) of how ready that site is to be discovered and queried by AI agents. Checks JSON-LD/schema coverage, well-known agent card, llms.txt, robots.txt AI directives, and metadata quality.

    ai-readinessagent-discoveryauditschema
  • Find a Professional Services Firm

    Search the TESSA Professional Services Directory across all vertical registries TESSA operates. Filter by industry, region, or capability. Returns matching firms with their slugs, websites, and locations.

    directorysearchfirm-discovery
  • Get TESSA's WCAG 2.2 AA Accessibility Audit Offering

    Returns TESSA's WCAG 2.2 AA accessibility audit offering in structured form: scope, deliverables (VPAT/ACR, findings report, remediation roadmap), typical timeline, pricing bands (hourly $150–$225, project range $5K–$25K), and the URL of TESSA's accessibility profile in the TESSA Compliance Registry.

    accessibilitywcagauditvpatadasection-508
  • Book a Strategy Session with TESSA

    Book a 30-minute strategy session with Kevin Callen on TESSA's calendar. Provide prospect contact info, project brief, and (optionally) a preferred window. TESSA's MCP server finds an open slot, creates a Google Calendar event with a Google Meet link, and sends the prospect the invite. Returns the scheduled time and Meet link to the calling agent.

    leadbookingstrategy-sessioncalendar
  • Request an Introduction

    Request an informational introduction to TESSA, or pass target_firm_slug to request an intro to any firm in the TESSA Professional Services Directory. TESSA logs the lead and forwards a warm intro email to the firm. Use request-strategy-session if you want to actually book a meeting with TESSA.

    leadcontactintroduction

Integration

import asyncio
from a2a_registry import AsyncRegistry

async def main():
    async with AsyncRegistry() as registry:
        agent = await registry.get_by_id("a8592942-a978-4449-ab29-051c49d2bd9f")
        client = await agent.async_connect()
        print(f"Connected to {agent.name}")

asyncio.run(main())