← gaazeon.com
INDIVIDUAL MCP TOOL
get_pricing_access_model
Read the free access and pricing model for the public static blog, including the absence of paid tiers, OAuth, accounts, and private APIs.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name, description or schema mentions credentials.
Parent endpoint
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.gaazeon-com]
url = "https://blog.gaazeon.com/.well-known/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"gaazeon-com": {
"type": "http",
"url": "https://blog.gaazeon.com/.well-known/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: gaazeon-com
Remote MCP URL: https://blog.gaazeon.com/.well-known/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": {
"gaazeon-com": {
"url": "https://blog.gaazeon.com/.well-known/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"gaazeon-com": {
"type": "http",
"url": "https://blog.gaazeon.com/.well-known/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "gaazeon-com",
"transport": "streamable-http",
"url": "https://blog.gaazeon.com/.well-known/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_agent_instructions— Read agent usage guidance, retrieval order, citation guidance, unsupported workflows, and error recovery notes.get_agent_integration_guide— Read the canonical integration guide for OpenAPI, MCP, Markdown negotiation, JSON errors, and unsupported workflows.get_developer_resource_docs— Read the public static resource index for agents and developer tools, including RSS, sitemap, Markdown, OpenAPI, MCP, and read-only JSON entry points.get_webhook_alternatives— Read why webhooks are unsupported for the static blog and which RSS, sitemap, and JSON resources agents should use for incremental updates.get_markdown_index— Read the Markdown site index for public links, access model, and content topics.get_openapi_description— Read the OpenAPI description for public static discovery resources.