{
  "name": "MapMatix Agent",
  "version": "1.0.0",
  "description": "Agent discovery card for MapMatix - CRM optimization and business automation consulting. Exposes natural-language search over site content and a structured contact intake endpoint.",
  "url": "https://mapmatix.com",
  "supportedInterfaces": [
    {
      "url": "https://mapmatix.com/mcp",
      "transport": "sse"
    },
    {
      "url": "https://mapmatix.com/api/forms",
      "transport": "http"
    }
  ],
  "capabilities": [
    {
      "id": "cap-search",
      "name": "ContentSearch",
      "description": "Natural-language search over mapmatix.com content including service descriptions and company information"
    },
    {
      "id": "cap-intake",
      "name": "FormIntake",
      "description": "Structured submission endpoints for contact, newsletter, and job applications"
    }
  ],
  "skills": [
    {
      "id": "skill-site-search",
      "name": "MapMatix Site Search",
      "description": "Query mapmatix.com content via the /ask natural-language endpoint or the /mcp Model Context Protocol tool"
    },
    {
      "id": "skill-contact-intake",
      "name": "MapMatix Contact Intake",
      "description": "Submit a contact inquiry via POST /api/forms/contact"
    }
  ],
  "defaultInputModes": ["text"],
  "defaultOutputModes": ["text", "application/json"],
  "authentication": { "schemes": ["none"] },
  "documentation": "https://mapmatix.com/llms.txt"
}
