Agent integrations

Connect Konekte to your AI assistant

Konekte exposes a Model Context Protocol (MCP) server so ChatGPT, Claude, Cursor, and other MCP-aware assistants can search Haitian creators and media platforms on your behalf.

MCP server URL

Streamable HTTP transport. No authentication — read-only public tools.

https://konekte.lovable.app/mcp

Available tools

  • search_partners

    Search Haitian creators and media platforms. Optional filters: kind (creator or media), niche, city, max_rate_usd, limit.

  • get_partner

    Fetch the full public profile for one partner by UUID id.

  • about_konekte

    Short overview of what Konekte is and who it serves.

Connect from ChatGPT

Requires a ChatGPT plan that supports custom connectors (Plus, Pro, Business, or Enterprise).

  1. Open ChatGPT → Settings → Connectors → Advanced and enable Developer mode.
  2. Back on Connectors, click Create.
  3. Name it Konekte and paste the MCP URL:
    https://konekte.lovable.app/mcp
  4. Set Authentication to No authentication and save.
  5. Start a new chat, click the + in the composer, and enable the Konekte connector for that conversation.

Connect from Claude

Requires a Claude plan that supports custom connectors (Pro, Max, Team, or Enterprise).

  1. Open Claude → Settings → Connectors.
  2. Scroll to the bottom and click Add custom connector.
  3. Name: Konekte. Remote MCP server URL:
    https://konekte.lovable.app/mcp
  4. Save. Claude will connect and list the three tools above.
  5. In a chat, open the Search and tools menu and toggle Konekte on.

Connect from Cursor

Add Konekte to ~/.cursor/mcp.json (global) or .cursor/mcp.json (project):

{
  "mcpServers": {
    "konekte": {
      "url": "https://konekte.lovable.app/mcp"
    }
  }
}

Restart Cursor, then enable Konekte in Settings → MCP.

Sample workflows

Click a card to copy a ready-to-paste prompt, then send it in a chat with the Konekte tool enabled.

More example prompts

Once connected, try these in a new chat with the Konekte tool enabled:

  • “Use Konekte to find Haitian radio and TV media platforms in Port-au-Prince under $500. Summarize the top three.”
  • “Search Konekte for creators in the music niche with an audience over 50k. Give me a short outreach message for each.”
  • “I'm launching a Mother's Day radio campaign for a Haitian diaspora brand. Ask Konekte for matching media partners and draft a brief.”
  • “What is Konekte and who is it for?” (uses about_konekte)

Troubleshooting

  • Client rejects the URL: make sure you pasted the full https:// URL ending in /mcp.
  • No tools appear: disable and re-enable the connector, or restart the client. Konekte advertises 3 tools.
  • Assistant ignores the tool: mention Konekte by name in your prompt (“Use Konekte to…”).