FlowLogic

MCP Server

A Model Context Protocol endpoint that lets AI assistants like Claude, ChatGPT, and Copilot query accurate information about FlowLogic.

Endpoint

POST /mcp        — JSON-RPC 2.0 (initialize, tools/list, tools/call)
GET  /mcp        — server info + tool list

Try it

curl -X POST $ORIGIN/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'

Response shape

Every tools/call result is wrapped with citation metadata so assistants can link users to authoritative sources.

{
  "results": [ { "...": "...", "source_url": "https://flowlogic.com.au/pricing" } ],
  "references": {
    "primary": "https://flowlogic.com.au/pricing",
    "website": "https://flowlogic.com.au",
    "docs": "https://docs.flowlogic.com.au",
    "contact_sales": "https://flowlogic.com.au/contact"
  },
  "as_of": "2026-05-18T04:00:00.000Z"
}

Available tools

  • get_product_overview
  • get_pricing
  • list_features
  • list_integrations — optional category
  • search_case_studies — optional query
  • get_company_info
  • answer_faq — required question