wannalead
v1.0.0Use Wannalead's LinkedIn workflows through its hosted MCP server.
By WannaleadLicense: MIT0 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Codex, Claude Code, and Agent Plugins
- Parsed components
- 12 skill or MCP entries
- Source updated
- Sep 15, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install wannalead for Codex and Claude Code
codex plugin marketplace add ThomasMarcelin754/wannalead-plugin
codex plugin marketplace upgrade wannalead
codex plugin add wannalead@wannaleadPaste and run these commands in a terminal with Codex. They add and refresh the wannalead catalog, then install this plugin.
Compatibility: the page URL and API slug “wannalead” remain stable.
- Codex:
wannalead@agent-plugin-marketplace→wannalead@wannalead
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/ThomasMarcelin754/wannalead-pluginClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/wannalead/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── plugin.json├── skills/account-mapping/SKILL.md├── skills/audience-mining/SKILL.md├── skills/campaign-automation/SKILL.md├── skills/endpoints/SKILL.md├── skills/engagement-prospecting/SKILL.md├── skills/humanizer/SKILL.md├── skills/icp-lookalikes/SKILL.md├── skills/job-change-signals/SKILL.md├── skills/wannalead/SKILL.md├── skills/wannalead-onboarding/SKILL.md├── skills/warm-outreach/SKILL.md└── .mcp.json
Included Skills11
Map the buying committee and hiring signals at a named target account using Wannalead company and profile endpoints.
Convert event, group, or company-page audiences into deduplicated and ICP-filtered prospect lists using Wannalead.
Prepare, freely customize, approve, launch, and monitor LinkedIn campaigns through Wannalead, from the standard preset to fully custom sequences.
Discover Wannalead endpoint semantics, request schemas, examples, permissions, and write guards through the live MCP catalog.
Turn people engaging with relevant posts into a deduplicated, ICP-filtered warm prospect list through Wannalead endpoints.
Humanize drafts and user-facing prose by matching the author's voice and removing canonical AI-writing patterns. Must be used before any Wannalead invitation, DM, follow-up, or outreach draft is approved or sent.
Turn strong seed customers or buyer profiles into scored lookalike accounts and matched decision-makers using Wannalead.
Find recent buyer-persona job changes and produce a precise, fresh trigger list using Wannalead search and enrichment endpoints.
Use Wannalead safely through the hosted MCP server for LinkedIn research, prospecting, campaigns, and explicitly approved outreach.
First-use gate for the Wannalead plugin; verify OAuth identity and gather only the commercial context needed for the requested workflow.
Compose, humanize, and send one explicitly approved, context-personalized first touch through Wannalead guarded write endpoints.
MCP servers1
- url
- https://wannalead.co/mcp
Plugin manifests3
{
"name": "wannalead",
"version": "1.0.0",
"description": "Use Wannalead's LinkedIn workflows through its hosted MCP server.",
"author": {
"name": "Wannalead",
"email": "[email protected]",
"url": "https://wannalead.co"
},
"homepage": "https://wannalead.co",
"repository": "https://github.com/ThomasMarcelin754/wannalead-plugin",
"license": "MIT",
"keywords": [
"linkedin",
"sales",
"prospecting",
"mcp"
],
"interface": {
"displayName": "Wannalead",
"shortDescription": "LinkedIn workflows for your AI agent.",
"longDescription": "Find and enrich prospects, map accounts, research warm audiences, and run explicitly approved LinkedIn outreach through Wannalead's hosted MCP server.",
"developerName": "Wannalead",
"category": "Sales",
"capabilities": [
"Read",
"Write"
],
"websiteURL": "https://wannalead.co",
"privacyPolicyURL": "https://wannalead.co/privacy",
"termsOfServiceURL": "https://wannalead.co/terms",
"defaultPrompt": [
"Find people matching my ideal customer profile.",
"Map the buying committee at a target account.",
"Build a warm prospect list from post engagement."
],
"brandColor": "#1919FF",
"composerIcon": "./assets/icon.png",
"logo": "./assets/logo.png"
}
}{
"$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
"name": "wannalead",
"displayName": "Wannalead",
"version": "1.0.0",
"description": "Use Wannalead's LinkedIn workflows through its hosted MCP server.",
"author": {
"name": "Wannalead",
"email": "[email protected]"
},
"homepage": "https://wannalead.co",
"repository": "https://github.com/ThomasMarcelin754/wannalead-plugin",
"license": "MIT",
"keywords": [
"linkedin",
"sales",
"prospecting",
"mcp"
],
"skills": "./skills/",
"mcpServers": "./.mcp.json"
}{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "wannalead",
"version": "1.0.0",
"description": "Use Wannalead's LinkedIn workflows through its hosted MCP server.",
"author": {
"name": "Wannalead",
"email": "[email protected]",
"url": "https://wannalead.co"
},
"homepage": "https://wannalead.co",
"repository": "https://github.com/ThomasMarcelin754/wannalead-plugin",
"license": "MIT",
"keywords": [
"linkedin",
"sales",
"prospecting",
"mcp"
],
"extensions": {
"com.openai": {
"interface": {
"displayName": "Wannalead",
"shortDescription": "LinkedIn workflows for your AI agent.",
"longDescription": "Find and enrich prospects, map accounts, research warm audiences, and run explicitly approved LinkedIn outreach through Wannalead's hosted MCP server.",
"developerName": "Wannalead",
"category": "Sales",
"capabilities": [
"Read",
"Write"
],
"websiteURL": "https://wannalead.co",
"privacyPolicyURL": "https://wannalead.co/privacy",
"termsOfServiceURL": "https://wannalead.co/terms",
"defaultPrompt": [
"Find people matching my ideal customer profile.",
"Map the buying committee at a target account.",
"Build a warm prospect list from post engagement."
],
"brandColor": "#1919FF",
"composerIcon": "./assets/icon.png",
"logo": "./assets/logo.png"
}
}
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[wannalead on Agent Plugins Marketplace](https://pluginsmp.com/plugins/wannalead)