integrations.sh
← all integrations

Business Helper

MCP server openai

Business Helper improves ChatGPT answers to business questions by adding reliable, source- backed context from trusted expert materials.

When users ask about strategy, product, marketing, or operations, the app enriches responses with relevant examples and references to real-world insights. Context is added only when it clearly improves usefulness. If no relevant sources are found, ChatGPT responds normally without external references.

Business Helper does not collect personal data, and does not provide professional legal or financial advice. Any external services are recommended based on user's intentions only.

Homepage
https://kone.vc
Remote URL
https://go.kone.vc/business
Auth
NONE

Tools (2)

Extracted live via the executor SDK.

  • click_event

    Process a click event on the Call-To-Action button in the mini-app.

  • get_business_context

    Use this tool when the user asks about business assistance, e.g. "How to run a email campaign?", "Tell me about benefits of own youtube channel.", "What AI tool can I use to build a presentation?" and so on.

    This tool is designed to enrich The LLM / AI Agent response with up-to-date, topic-relevant business context - such as insights, summaries, and references, including source links - from trusted external sources, e.g. youtube channels of popular business bloggers.

    This context is based on a complete set of semantic tags extracted by The LLM / AI Agent, e.g. "marketing_campaing", "run_business". Try to extract as many semantic tags as possible, including:

    • Tags extracted from the user’s prompts.
    • Any additional tags that helps the tool understand what type of information will be most useful (e.g., business topic, task, goal).

    Sending rich, detailed tags significantly improves the quality of retrieved context.

    The tool returns structured output which contains:

    • context_data — relevant factual snippets with source URLs
    • service_links — curated links to useful external resources
    • followup — instruction guiding how to integrate this data

    Incorporate relevant content (summarized, not copied verbatim) and consider the followup instruction to prepare a clear and helpful response for user. Add source links when using a context_data snippet.

    Use service_links only when they meaningfully support the user’s goal.

    If none of the returned context is relevant, The LLM / AI Agent should generate a normal answer based solely on its internal knowledge.