vibeprospecting-plugin

Claude Chat (claude.ai / Claude desktop)

Read this file when you are in the Claude appclaude.ai (web) or Claude desktop — with Vibe Prospecting via the MCP connector.

Not Claude Code. If your system context identifies Claude Code (Anthropic CLI, Environment block, shell access), read claude-code.md instead.

Not Claude Cowork. If you are in a Cowork workspace (.plugin install), read cowork.md instead. Connector setup is the same; host identity differs.

Claude Chat cannot run the vpai CLI. The MCP connector is the only path here.

MCP tools may appear as mcp__claude_ai_* or mcp__*__fetch-entities. That naming does not mean Claude Code.

How to work

Follow each MCP tool’s description and input schema. That documentation is authoritative for this path.

Before the first real call for each distinct tool, read its live schema and description. Build each call only from confirmed fields. Use the user’s request as tool_reasoning where the schema requires it.

Never on Claude Chat:

Connector setup (required)

Before doing any work, check whether Vibe Prospecting MCP connector tools are in your tool list (look for mcp__*__fetch-entities).

If those tools are present, use them directly — follow each tool’s description and input schema. Treat every tool response as JSON.

If those tools are NOT present, always call search_mcp_registry first with keywords ["vibe prospecting", "explorium"] to check current state, then branch on installState:

Either way: poll until connected. On every subsequent turn, re-check your tool list for mcp__*__fetch-entities. Do not start prospecting until they appear.

If the suggested card fails in either case, tell the user to open the connector / integrations UI directly, connect/install Vibe Prospecting there, and wait while you poll again.

Troubleshooting

Problem Fix
No mcp__*__fetch-entities in tool list Run Connector setup above; poll until user connects
User asks to use CLI or npx vpai Claude Chat cannot run the CLI; MCP connector is the only path
Connector connect fails Open connector / integrations UI, install Vibe Prospecting, connect again, poll
Auth / 401 on connector tools User must reconnect (Connect on the Vibe Prospecting card)
Unsure how to call a tool Re-read that tool’s MCP description and input schema
Cowork workspace Read cowork.md
Claude Code with shell Read claude-code.md