From a7e049611aaafffe3e22886e3d333908a969ecd3 Mon Sep 17 00:00:00 2001 From: Shahar Luftig <180159206+shaharluftig-exp@users.noreply.github.com> Date: Wed, 9 Sep 2026 10:51:21 +0000 Subject: [PATCH 1/3] Add ai.vibeprospecting-mcp Signed-off-by: Shahar Luftig <180159206+shaharluftig-exp@users.noreply.github.com> --- servers/ai.vibeprospecting-mcp.json | 51 +++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 servers/ai.vibeprospecting-mcp.json diff --git a/servers/ai.vibeprospecting-mcp.json b/servers/ai.vibeprospecting-mcp.json new file mode 100644 index 0000000..224dbf0 --- /dev/null +++ b/servers/ai.vibeprospecting-mcp.json @@ -0,0 +1,51 @@ +{ + "$schema": "../schemas/server-definition.schema.json", + "id": "ai.vibeprospecting-mcp", + "name": "Vibe Prospecting", + "alias": "vibeprospecting", + "description": "Power your chat with live B2B data to create lead lists, research companies, enrich contacts, personalize outreach, and inspect business signals, technology stacks, events, and website changes.", + "logo": "https://avatars.githubusercontent.com/u/48208778?v=4", + "schema_version": "2.1", + "categories": [ + "productivity" + ], + "tags": [ + "prospecting", + "b2b", + "leads", + "contacts", + "sales", + "enrichment", + "companies" + ], + "transport": { + "type": "http", + "url": "https://vibeprospecting.explorium.ai/mcp", + "metadata": { + "inputs": [] + } + }, + "auth": { + "type": "oauth", + "instructions": "Authenticates via OAuth in your browser. No API keys or local setup required." + }, + "contributor": { + "name": "Explorium", + "github": "explorium-ai", + "url": "https://vibeprospecting.ai" + }, + "links": { + "repository": "https://github.com/explorium-ai/vibeprospecting-mcp", + "homepage": "https://vibeprospecting.ai", + "documentation": "https://github.com/explorium-ai/vibeprospecting-mcp" + }, + "platforms": [ + "all" + ], + "capabilities": { + "tools": true, + "resources": false, + "prompts": false, + "read_only_mode": false + } +} \ No newline at end of file From 66cdd3e8cfd4ee7435f606376ff69921e5bda7fe Mon Sep 17 00:00:00 2001 From: shaharluftig-exp Date: Wed, 9 Sep 2026 10:57:20 +0000 Subject: [PATCH 2/3] Fix Vibe Prospecting id and logo Use ai.vibeprospecting and Listing Kit icon. Signed-off-by: Shahar Luftig <180159206+shaharluftig-exp@users.noreply.github.com> --- ...{ai.vibeprospecting-mcp.json => ai.vibeprospecting.json} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename servers/{ai.vibeprospecting-mcp.json => ai.vibeprospecting.json} (79%) diff --git a/servers/ai.vibeprospecting-mcp.json b/servers/ai.vibeprospecting.json similarity index 79% rename from servers/ai.vibeprospecting-mcp.json rename to servers/ai.vibeprospecting.json index 224dbf0..f1ce12f 100644 --- a/servers/ai.vibeprospecting-mcp.json +++ b/servers/ai.vibeprospecting.json @@ -1,10 +1,10 @@ { "$schema": "../schemas/server-definition.schema.json", - "id": "ai.vibeprospecting-mcp", + "id": "ai.vibeprospecting", "name": "Vibe Prospecting", "alias": "vibeprospecting", - "description": "Power your chat with live B2B data to create lead lists, research companies, enrich contacts, personalize outreach, and inspect business signals, technology stacks, events, and website changes.", - "logo": "https://avatars.githubusercontent.com/u/48208778?v=4", + "description": "B2B company and contact intelligence for prospecting workflows.", + "logo": "https://raw.githubusercontent.com/explorium-ai/vibeprospecting-plugin/main/assets/icon.png", "schema_version": "2.1", "categories": [ "productivity" From 13031a45eee05fe3cdc71257545b7584add83d88 Mon Sep 17 00:00:00 2001 From: shaharluftig-exp Date: Wed, 9 Sep 2026 10:58:28 +0000 Subject: [PATCH 3/3] Use Listing Kit long description Signed-off-by: Shahar Luftig <180159206+shaharluftig-exp@users.noreply.github.com> --- servers/ai.vibeprospecting.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/servers/ai.vibeprospecting.json b/servers/ai.vibeprospecting.json index f1ce12f..834eb4c 100644 --- a/servers/ai.vibeprospecting.json +++ b/servers/ai.vibeprospecting.json @@ -3,7 +3,7 @@ "id": "ai.vibeprospecting", "name": "Vibe Prospecting", "alias": "vibeprospecting", - "description": "B2B company and contact intelligence for prospecting workflows.", + "description": "Power your chat with live B2B data to create lead lists, research companies, enrich contacts, personalize outreach, and inspect business signals, technology stacks, events, and website changes.", "logo": "https://raw.githubusercontent.com/explorium-ai/vibeprospecting-plugin/main/assets/icon.png", "schema_version": "2.1", "categories": [ @@ -48,4 +48,4 @@ "prompts": false, "read_only_mode": false } -} \ No newline at end of file +}