← tier321.com

INDIVIDUAL MCP TOOL

get_blog_post

Get a blog post by slug (returns full markdown body plus metadata).

tier321.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.tier321.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_blog_post and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

Parent server

tier321.com

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.tier321-mcp-server]
url = "https://mcp.tier321.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "tier321-mcp-server": {
      "type": "http",
      "url": "https://mcp.tier321.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: tier321-mcp-server
Remote MCP URL: https://mcp.tier321.com/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": {
    "tier321-mcp-server": {
      "url": "https://mcp.tier321.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "tier321-mcp-server",
  "transport": "streamable-http",
  "url": "https://mcp.tier321.com/mcp"
}
MCP Inspector

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

Related tools

  • get_company_info — Returns the standard TIER 321 company description and positioning.
  • list_products — List TIER 321's product portfolio.
  • get_product — Get full detail for a single TIER 321 product by id.
  • list_blog_posts — List TIER 321's published blog posts (metadata only, no body).
  • list_industries — List the industries TIER 321 builds platforms for.
  • list_use_cases — List TIER 321's documented product capabilities and use cases.
  • get_contact_methods — Return ways to reach TIER 321 (email, contact form, booking link).