AiMasher MCP. Orchestrate content blueprints from your agent.
Works with every AI agent you already use
…and any MCP-compatible client
Just plug in your AI agents and start using Vinkius.
AiMasher. This server lets you manage and generate marketing content and social media posts using multiple AI models through a single API connection.
You can programmatically list campaigns, retrieve custom rewriting templates, and generate content blueprints without manual copying or dashboard logins. It acts as a unified content coordinator for article rewriting and content strategy.
What your AI agents can do
Check aimasher status
Verifies if the AiMasher API connection is working.
Create campaign
Sets up a new AI content campaign, allowing you to optionally assign a template.
Generate content
Creates content for an existing campaign, optionally passing a custom prompt.
Lists all active content campaigns and retrieves detailed metadata for each one.
Creates new content for a specified campaign, optionally accepting a custom prompt.
Retrieves details on custom rewriting templates used for content blueprints.
Retrieves lists of generated content results or specific campaign outputs.
Verifies the API connectivity status of the AiMasher account.
Retrieves general metadata about the connected AiMasher account.
Ask AI about this MCP
Supported MCP Clients
Waiting for input…
AiMasher MCP Server: 10 Tools for Content Ops
Use these tools to manage campaigns, retrieve templates, generate content, and track all content assets in a single, conversational workflow.
019dd0b5check aimasher status
Verifies if the AiMasher API connection is working.
019dd0b5create campaign
Sets up a new AI content campaign, allowing you to optionally assign a template.
019dd0b5generate content
Creates content for an existing campaign, optionally passing a custom prompt.
019dd0b5get account
Retrieves general information about the connected AiMasher account.
019dd0b5get campaign
Gets detailed information about a specific content campaign.
019dd0b5get template
Retrieves the specific details of a content rewriting template.
019dd0b5list campaigns
Lists all active content campaigns managed by AiMasher.
019dd0b5list outputs
Lists all the content outputs generated by campaigns.
019dd0b5list results
Lists every piece of generated content result from the platform.
019dd0b5list templates
Retrieves a list of all available content templates.
Choose How to Get Started
Build a custom MCP for your own tools, or connect a ready-made integration from our catalog.
Build Your Own
Turn any API into an MCP. Import a spec, define Agent Skills, or deploy with MCPFusion.
- Import from OpenAPI, Swagger, or YAML specs
- Create Agent Skills with progressive disclosure
- Deploy to edge with MCPFusion framework
- Built in DLP, auth, and compliance on every call
- Real time usage dashboard and cost metering
- Publish to catalog or keep private
Make Your AI Do More
Start with AiMasher, then connect any of our 4,500+ other servers whenever your AI needs more. One click, no limits.
- Use this MCP plus 4,500+ others, all in one place
- Add new capabilities to your AI anytime you want
- Every connection is secured and compliant automatically
- Track usage and costs across all your servers
- Works with Claude, ChatGPT, Cursor, and more
- New servers added to the catalog every week
What you can do with this MCP connector
You'll use check_aimasher_status to confirm your AI client is connected to AiMasher.
Campaign Management
list_campaignslets you pull a list of every active content campaign you've set up.get_campaignpulls the detailed metadata for a specific campaign.create_campaignsets up a brand new AI content campaign; you can even assign a template when you make it.list_templatesgives you a list of all available content templates, andget_templatelets you grab the specifics on a single rewriting template.
Content Generation and Retrieval
generate_contentbuilds content for an existing campaign, and you can pass it a custom prompt when you call it.list_outputsandlist_resultslet you pull lists of generated content outputs and every piece of generated content result, respectively.list_resultsgives you every single piece of generated content result from the platform.
Account Details
get_accountpulls general information about your connected AiMasher account.
How AiMasher MCP Works
- 1 First, connect your AI client and subscribe to the AiMasher server. Then, pull your API Key from your AiMasher dashboard.
- 2 Next, your agent uses tools like
list_campaignsto see what campaigns exist, followed byget_templateto check which rewriting templates are available. - 3 Finally, the agent runs
generate_contentusing the necessary campaign ID and template ID to create the final content.
The bottom line is, your AI client coordinates the entire content workflow—from planning to execution—without you having to jump between dashboards.
Who Is AiMasher MCP For?
This is for content marketers, site owners, and developers who manage high-volume content pipelines. If you spend time copying campaign IDs or checking status dashboards, this server saves you time. It lets you treat content strategy like code.
Runs reports on campaign summaries and monitors content generation status using plain language commands.
Checks individual template metadata and tracks publishing history without leaving their primary workspace.
Integrates AiMasher data into custom RSS feeds or autoblogging systems using simple AI queries.
What Changes When You Connect
- Instead of manually logging into AiMasher to list campaigns, use
list_campaignsto pull all active content campaigns directly into your chat. You get the full database metadata without leaving your workspace. - You don't have to remember template IDs. Use
list_templatesandget_templateto check available rewriting templates and their structure, keeping your content strategy consistent. - Running a full content cycle is easy. You can use
create_campaignto set up a new goal, thengenerate_contentto fill it out, all in a single conversation. - Need to know if the API connection is broken? Run
check_aimasher_statusfirst. It verifies the account's connectivity, stopping you from running a failed job. - When you're done generating, you can use
list_outputsorlist_resultsto pull a history of all generated content and track every blueprint. - You can get deep insight into any campaign's status by calling
get_campaignwith a specific ID, getting detailed platform metadata instantly.
Real-World Use Cases
A marketer needs to audit all current content goals.
The marketer asks their agent to run list_campaigns. The agent returns a list of all active campaigns and their detailed metadata. This allows the marketer to see which campaigns are stalled or need a template update, all in one chat session.
A developer wants to build an automated content feed.
The developer instructs their agent to use list_templates and get_template. The agent retrieves the necessary template structure and metadata. This data is then piped into a custom RSS feed script, automating the content pipeline without manual copy-pasting.
A blogger needs to track publishing rules for a specific article.
The blogger asks the agent to run get_campaign for a specific ID. The agent returns detailed platform metadata, showing the current publishing rules and status. This confirms the content is ready to go live without checking the AiMasher dashboard.
A content team needs to generate multiple assets with different tones.
The team uses create_campaign to set up a new campaign. Then, they run generate_content, passing a custom prompt and selecting a specific template ID. The agent handles the entire process, generating multiple assets and logging them via list_outputs.
The Tradeoffs
Jumping between tabs
Logging into the AiMasher site, clicking 'Campaigns,' then 'Templates,' and manually copying the IDs into your prompt. This takes five minutes and risks missing the right metadata.
→
Use list_campaigns to get the list of campaigns, and list_templates to get the list of templates. Then, pass the necessary IDs to your agent in a single command. It keeps everything in the chat and eliminates manual navigation.
Assuming data is available
Asking the agent to generate content for 'Campaign X' without first checking if 'Campaign X' actually exists or if the API key is valid. This fails and wastes time.
→
Always start by running check_aimasher_status to verify the API connection. Then, use get_account or list_campaigns to confirm the campaign and account details before trying to generate content.
Over-relying on manual reports
Downloading a PDF report of generated results and pasting it into a meeting. The data is static and hard to query further.
→
Use list_results or list_outputs to pull the generated content directly. The results are structured data that your agent can analyze, summarize, and use in follow-up actions immediately.
When It Fits, When It Doesn't
Use this if you need to manage a high volume of content creation tasks, track content metadata, or automate content blueprints. This is for technical roles that require structured data flow. Don't use it if you just need to manually draft a single social media caption; use a dedicated writing assistant instead. If your primary need is just checking a single article's status, running get_campaign is enough, but if you need to list, compare, or sequence multiple actions, this server is necessary.
Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by AiMasher. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
VINKIUS INFRASTRUCTURE
Cloud Hosted
Managed infra
V8 Isolated
Sandboxed per request
Zero-Trust Proxy
No stored credentials
DLP Enforced
Policy on every call
GDPR Compliant
EU data residency
Token Compression
~60% cost reduction
Works with Claude, ChatGPT, Cursor, and more
The Model Context Protocol standardizes how applications expose capabilities to LLMs. Instead of operating in isolation, your AI gains direct access to external platforms, live data, and real-world actions through secure, standardized connections.
This server provides 10 capabilities that interface natively with Claude, ChatGPT, Cursor, and any MCP client. No middleware. No custom integration required.
Available Capabilities
Manually coordinating content across platforms is a massive time sink.
Today, content marketers have to toggle between the AiMasher dashboard, the spreadsheet, and the content management system. You copy a campaign ID from one tab, paste it into a prompt in another, and then manually check the status in a third place. It's a cycle of copy-pasting and context switching that kills momentum.
With this MCP server, your AI client handles the entire sequence. You tell your agent to 'list all campaigns and generate a draft for the top three.' The agent runs `list_campaigns`, pulls the data, and executes `generate_content`—all without you ever leaving the chat window.
AiMasher MCP Server: Get content blueprints from your agent.
The manual steps that disappear are: logging into AiMasher, navigating to the Template section, finding the correct template ID, and then manually running the content generation job. This saves the time of navigating complex, proprietary UIs.
Your AI acts as the dedicated content coordinator. It runs the tools and gives you the clean, structured data you need, instantly.
Common Questions About AiMasher MCP
How do I list all active campaigns using the AiMasher MCP Server? +
You run the list_campaigns tool. This returns a list of all active campaigns and their detailed platform metadata, letting you see everything in one place.
What is the difference between `list_outputs` and `list_results` on the AiMasher MCP Server? +
list_outputs tracks the specific generated content for a campaign. list_results gives you a broader list of every piece of generated content result across the whole account.
Can I check the API connection status with the AiMasher MCP Server? +
Yes, run check_aimasher_status. This verifies the connection and lets you know if you can actually run any other commands.
How do I generate content using the AiMasher MCP Server? +
You must use generate_content. Make sure you specify the campaign ID and optionally pass a custom prompt to guide the AI.
Do I need to know the template ID for `create_campaign`? +
Not necessarily. create_campaign lets you optionally assign a template, but you can start a campaign without it. You can then use get_template to find the right one later.
How do I list all content templates using the `list_templates` tool? +
The list_templates tool retrieves every custom article rewriting template. This lets you see the IDs and names of all available blueprints to ensure your content strategy is consistent.
What should I use when I want to create a new content campaign using `create_campaign`? +
You should use the create_campaign tool to set up the campaign. You can optionally assign a template ID during creation, which helps maintain a coordinated content workflow.
How do I get detailed information about a specific campaign using `get_campaign`? +
The get_campaign tool fetches all details for a specific campaign ID. This provides metadata, status, and historical data for deep review.
How do I find my AiMasher API Key? +
Log in to your account, click on your email address in the upper-right corner, and select Get API Key from the dropdown menu.
Can I retrieve rewriting templates via AI? +
Yes! The list_templates tool allows your agent to retrieve metadata for all your custom article blueprints.
How do I list my active campaigns? +
Use the list_campaigns tool to retrieve your complete directory along with the unique identifiers for all managed workstreams.
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
More in this category
Bible API
Search and retrieve scripture — audit Bible versions and verses via AI.
Type.fit
Access a vast database of inspirational quotes to enhance your content, motivation, and daily workflows directly through your AI agent.
Scribe
Create step-by-step guides and SOPs automatically by recording your workflow and generating visual documentation instantly.
You might also like
Markdown Task Extractor
Instantly scan any local folder of Markdown notes (Obsidian, Notion, Logseq) and aggregate every scattered '- [ ]' to-do item into a single, structured list for your AI.
NASA Earth — Full-Disk Imagery & Natural Events
View Earth from 1.5 million km away through DSCOVR's EPIC camera (full-disk images in natural and enhanced color) and track active natural events worldwide through EONET: wildfires, volcanic eruptions, severe storms, icebergs, and more.
PokéAPI
Access Pokémon data, stats, abilities, types, and evolution chains via AI.