{
  "name": "Core70 MCP Endpoint",
  "description": "Netlify-hosted tool endpoint for Core70 service discovery, pricing, and inquiry submission.",
  "homepage_url": "https://core70.com",
  "contact_email": "hello@core70.com",
  "server": {
    "type": "http",
    "url": "/api/mcp"
  },
  "authentication": {
    "type": "none"
  },
  "tools": [
    {
      "name": "get_services",
      "description": "Get service summaries or details for Core70."
    },
    {
      "name": "get_pricing",
      "description": "Get pricing details for Core70 services."
    },
    {
      "name": "submit_inquiry",
      "description": "Submit a lead or business inquiry to Core70."
    }
  ]
}

