Tumblr MCP connector
Tumblr is a microblogging and social networking platform for publishing multimedia content and building communities around blogs. The Tumblr MCP connector allows AI agents to manage blog profiles, create and edit posts, follow other blogs, and retrieve dashboard content. It also supports tracking blog followers, discovering posts by tag, and retrieving detailed information about users and their published content.
Authentication type
- OAuth 2.0 Authorization Code - Requires a one-time user login to authorize the agent to access the service on their behalf.
Uses
Use the Tumblr MCP connector to perform the following actions:
- Monitor blog performance by tracking follower growth and engagement metrics
- Automate content distribution by publishing posts across multiple Tumblr blogs simultaneously
- Discover trending topics and hashtags to inform content strategy and audience research
- Manage brand presence by following relevant blogs and staying connected with community conversations
- Curate content feeds by aggregating posts from specific tags and themes for analysis
- Maintain editorial calendars by creating, editing, and deleting posts on schedule
- Build audience insights by analyzing blog followers and dashboard activity patterns
Example prompts
Use the following example prompts to invoke Tumblr MCP connector tools from your AI assistant or Boomi Connect workflow:
Show me the total number of followers on my Tumblr blog.Create a new post on my Tumblr blog about summer marketing campaigns.Get all posts tagged with 'sustainable fashion' from Tumblr.Follow the official Tumblr blog for my competitor.Edit my last blog post to update the description and tags.Retrieve my Tumblr dashboard to see recent activity.Delete the post I published yesterday that didn't perform well.Get information about my main Tumblr blog including post count and theme.Show me the most recent followers on my Tumblr account.Find all posts about digital marketing trends in Tumblr.
Tumblr MCP connector tools
The Tumblr MCP connector provides the following tools. Each tool maps to a specific action you can invoke from your AI agent or automation.
| Tool | Description |
|---|---|
| getUserInfo | Retrieves profile information and account details for the authenticated user. |
| getUserDashboard | Fetches the user's personalized dashboard content and activity feed. |
| followBlog | Follows a specified blog to receive its posts in the user's dashboard. |
| getBlogInfo | Retrieves configuration, description, and metadata for a specific blog. |
| getBlogPosts | Fetches a list of posts published on a specified blog. |
| createBlogPost | Creates a new post on a blog using the native format structure. |
| editBlogPost | Modifies an existing post on a blog using the native format structure. |
| deleteBlogPost | Removes a specified post from a blog permanently. |
| getBlogFollowers | Retrieves a list of users following a specified blog. |
| getTaggedPosts | Fetches posts that have been tagged with a specified tag. |