marketifyall-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@marketifyall-mcpdraft a tweet about the new feature launch"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
marketifyall-mcp
Stdio ⇄ Streamable-HTTP bridge that connects any local MCP client (Claude Code, Codex CLI, Gemini CLI, …) to a MarketifyALL workspace.
MarketifyALL exposes its capability layer as a hosted MCP server at https://app.marketifyall.com/api/mcp (Streamable HTTP, bearer-token auth). Clients with native remote-MCP support can connect to that URL directly — this bridge is the universal-compatibility fallback for clients that only speak stdio.
How it works
┌────────────────┐ stdio ┌───────────────┐ HTTPS (Streamable HTTP) ┌────────────────────────────┐
│ MCP client │ ─────────► │ this bridge │ ───────────────────────────► │ app.marketifyall.com/api/ │
│ (Claude Code, │ ◄───────── │ (~40 LOC) │ Authorization: Bearer … │ mcp — capability MCP server│
│ Codex, …) │ └───────────────┘ └────────────────────────────┘
└────────────────┘The bridge is deliberately thin: it opens one upstream connection to the hosted server and proxies tools/list and tools/call through 1:1. No tool logic lives here — every capability, schema, and permission decision stays server-side, so the bridge never goes stale when the workspace gains new tools.
On the hosted side, tools are generated from a scope-filtered capability registry (Zod schemas become MCP tool schemas at registration time). Clients see a small advertised tier plus two discovery tools — search_capabilities and invoke_capability — so the long tail of capabilities is discoverable on demand instead of flooding the client's context with every tool definition up front.
Related MCP server: sombra-mcp
Safety model
MCP clients can act with real consequences (posting content, sending email), so the hosted server enforces a graduated model:
Reads are free — listing content, searching, fetching drafts.
Generation costs workspace credits — drafting posts, emails, SEO metadata.
Publishing and sending are never executed directly — those calls create a pending action that a human approves in the MarketifyALL Command Center. The agent proposes; the user disposes.
Usage
Requires Node.js 18+ and a MarketifyALL account.
Create a token in MarketifyALL → Settings → MCP Tokens.
Clone and run:
git clone https://github.com/Aadilhassan/marketifyall-mcp.git
cd marketifyall-mcp
MARKETIFYALL_TOKEN=mk_live_... npx -y tsx index.tsOr register it with your MCP client, e.g. in
.mcp.json:
{
"mcpServers": {
"marketifyall": {
"command": "npx",
"args": ["-y", "tsx", "/path/to/marketifyall-mcp/index.ts"],
"env": { "MARKETIFYALL_TOKEN": "mk_live_..." }
}
}
}Configuration
Env var | Required | Description |
| yes | Bearer token created in MarketifyALL settings |
| no | Override the endpoint (e.g. |
Status
Extracted from the MarketifyALL monorepo. Publishing to npm as @marketifyall/mcp is planned; until then, run from source as above.
License
MIT © Aadil Hassan
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceLocal MCP server bridging ChatGPT Web to local tools for file, shell, git, test, and process management with secure policy controls.MIT

sombra-mcpofficial
AlicenseNot gradedqualityDmaintenanceA stdio-to-HTTP bridge for connecting to Sombra's remote MCP server, enabling AI agents to save, search, and organize web content.14MIT- AlicenseNot gradedqualityCmaintenanceA secure, local communication runtime bridge that interfaces a cloud-based Large Language Model (Claude Desktop) with a local machine execution environment using the Model Context Protocol (MCP).Eclipse Public 2.0

PoYo MCP Serverofficial
AlicenseNot gradedqualityBmaintenanceLocal stdio bridge to the hosted PoYo MCP server, enabling discovery and execution of AI models via chat, generation tasks, and agent skills.MIT
Related MCP Connectors
Hosted Amazon Seller and Vendor MCP server for Claude, ChatGPT, Cursor, Codex, Gemini, Copilot.
Create, browse, remix, collaborate on, and run durable AI workflow nodes from MCP hosts.
Hosted AgentLux MCP server for marketplace, identity, creator, services, and social flows.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Aadilhassan/marketifyall-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server