← Registry

Content Tools

mysaas.blog

Provides public access to blog posts, comments, and builder profiles.

1 endpoint30 known toolsFirst detected July 5, 2026Last detected July 5, 2026

ENDPOINT 1

https://mysaas.blog/mcp

No auth detected

Known tools 30

public_posts_list

List published posts visible to any visitor.

Inferred read-only
public_post_get

Read one published post with content, SEO image, sources, tags and related SaaS.

Potential side effects
public_comments_list

List comments visible below a published post.

Potential side effects
public_profile_get

Read a public builder profile by username.

Inferred read-only
public_author_posts_list

List published posts for one public builder.

Inferred read-only
public_tags_list

List tags used by published posts.

Inferred read-only
public_categories_list

List public categories with published post counts.

Potential side effects
public_saas_posts_list

List visible SaaS entries for a builder and the published posts that mention them.

Inferred read-only
profile_get

Fetch the current user's public builder profile.

Inferred read-only
profile_update

Update the current user's public builder profile.

Potential side effects
saas_list

List the SaaS entries owned by the current user.

Inferred read-only
saas_create

Create a manual SaaS entry that posts can reference.

Potential side effects
saas_update

Update a SaaS entry owned by the current user.

Potential side effects
categories_list

List available post categories.

Potential side effects
tags_list

List available tags and usage counts.

Inferred read-only
comments_list

List comments authored by the user or left on the user's posts.

Inferred read-only
comment_create

Create a comment on a published post.

Potential side effects
integrations_get

Read connected integration state, including MRR Calendar.

Inferred read-only
mrrcalendar_sync

Queue a sync for the connected MRR Calendar integration.

Inferred read-only
posts_list

List the current user's posts.

Inferred read-only
post_get

Fetch one post by id, including translations, sources, tags and related SaaS.

Potential side effects
post_preflight

Validate a rich post payload before save or publication.

Potential side effects
post_create_draft

Create a rich draft post with translations, images, SEO metadata, sources, tags and SaaS links.

Potential side effects
post_update_draft

Update an existing draft post using the same rich payload shape as draft creation.

Potential side effects
post_publish

Publish a post immediately after running publication preflight.

Potential side effects
post_schedule

Schedule a post publication date.

Potential side effects
post_unpublish

Move a public or scheduled post back to draft.

Potential side effects
post_archive_draft

Archive an unpublished draft created by mistake.

Inferred read-only
media_list

List active media assets for the current user.

Inferred read-only
media_import_from_url

Import a public HTTPS image into the user's media library.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.mysaas-blog]
url = "https://mysaas.blog/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "mysaas-blog": {
      "type": "http",
      "url": "https://mysaas.blog/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: mysaas-blog
Remote MCP URL: https://mysaas.blog/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "mysaas-blog": {
      "url": "https://mysaas.blog/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "mysaas-blog": {
      "type": "http",
      "url": "https://mysaas.blog/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "mysaas-blog",
  "transport": "streamable-http",
  "url": "https://mysaas.blog/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for mysaas.blog was fetched 2026-08-04T02:33:25.797Z and is being refreshed.

Trust status Neutral

mysaas.blog is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.