Konecto MCP server

Let Claude, ChatGPT and other MCP clients operate Konecto for an organiser.

The Konecto MCP server lets an AI assistant act for a signed-in organiser. It is a remote server using Streamable HTTP with OAuth 2.1.

Server URL: https://mcp.konecto.ltd
Transport:  Streamable HTTP
Auth:       OAuth 2.1 with PKCE

Connect

  • Claude: Settings → Connectors → add custom connector → paste the server URL → sign in.
  • ChatGPT: add the Konecto app, or add a connector with the server URL where your plan allows it → sign in.
  • Other clients: any client that supports remote MCP servers with OAuth.

During sign-in the organiser chooses the organisation and the scopes to grant.

Principles

  • Every tool maps to the Admin API; the MCP server has no business logic of its own.
  • Tools return structured JSON, a short summary and a link to the matching organiser-app page.
  • Money-moving or irreversible actions return a confirmation link the organiser completes. The assistant never pays.
  • Tools for modules that are not enabled return module_required with the price and an enable_module link.
  • Every call is written to the organisation's audit log with the tool name.

Plain-text version for agents: llm.konecto.ltd/docs/mcp/overview.md