← tier321.com
INDIVIDUAL MCP TOOL
get_company_info
Returns the standard TIER 321 company description and positioning.
LIVE ENDPOINT
https://mcp.tier321.com/mcp
Connect to this endpoint to inspect the live schema for get_company_info and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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
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).get_blog_post— Get a blog post by slug (returns full markdown body plus metadata).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).