Skip to main content
Glama
521,841 tools. Updated 2026-09-06 12:28

"Blogger" matching MCP tools:

  • Approve, mark as spam, remove content, or permanently delete a single comment on a Blogger post. Resolve pending or inappropriate comments directly through the API.
    MIT
    Destructive
  • Retrieve approximate blog-level pageview totals over 7 days, 30 days, or all time. Use as a rough traffic signal; Blogger provides only coarse buckets, no per-post breakdown.
    MIT
  • Retrieve a Blogger user's profile information, including user ID, display name, profile URL, and location. Use 'self' to fetch the authenticated user's details.
    MIT
  • Create a Blogger post as a draft by default, then publish it separately with a dedicated step. Supports HTML or plain text content and labels, without image upload or Markdown.
    MIT
  • Update a Blogger post by sending only the fields you need to change; omitted fields stay untouched. Change title, content, or labels, and optionally publish a draft.
    MIT
    Destructive

Matching MCP Servers

  • A
    license
    A
    quality
    B
    maintenance
    Enables MCP clients to manage Google Blogger blogs via the Blogger API v3, including listing and searching posts, creating drafts, editing, publishing or scheduling posts, managing static pages, and moderating comments.
    18
    MIT
  • F
    license
    A
    quality
    D
    maintenance
    A custom MCP server for interacting with Google Blogger blogs. It provides tools to list, create, edit, delete, and publish blog posts through Claude Code or Claude Desktop.
    9
    -

Matching MCP Connectors

  • Hash-chained HMAC-signed audit log MCP for A2A (agent-to-agent) calls. Every tool-call, agent-ha...

  • Food logging, nutrition summaries, and meal photo calorie and macro estimates.

  • Publish a draft blog post to make it publicly visible, or schedule it for a future date using an RFC 3339 timestamp.
    MIT
  • Retrieve blogs accessible to the authorized Google account to find the blog_id needed for other Blogger operations.
    MIT
  • Remove a post from a Blogger blog. Deletes the post permanently; use revert_post to unpublish while keeping content.
    MIT
    Destructive
  • Pull a live or scheduled post off the blog by moving it back to draft. Keep the content intact and change only visibility to safely take the post down.
    MIT
  • List posts from a specific Blogger blog with filters for labels, status, and date. Use pagination to page through results and summary mode to fetch compact post data without heavy HTML.
    MIT
  • Import articles from an external blog, RSS feed, or Blogger URL into a PostKing publication as drafts. Retrieve IDs, titles, and slugs for each imported article.
    MIT
  • Look up any blog by its ID or public URL. Retrieve the blog's details with a single request.
    MIT
  • Search published blog posts with full-text queries to locate specific content. Provide a blog ID and query string to retrieve matching posts, optionally including post bodies.
    MIT
  • Retrieve a full blog post by blog ID and post ID, including HTML body and sync metadata, to ensure you edit current content before updating.
    MIT
  • Retrieve a single Blogger post by its unique ID, returning content, metadata, labels, and optional comments and images. Specify blog ID, post ID, and access level to fetch post details.
    MIT