INDIVIDUAL MCP TOOL
get_post
Fetch the full content of a Gladtek blog post by its slug and display it as an interactive detail card.
LIVE ENDPOINT
https://www.gladtek.com/mcp
Connect to this endpoint to inspect the live schema for get_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.
- A tool name or description suggests retrieving external content.
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.gladtek-mcp]
url = "https://www.gladtek.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"gladtek-mcp": {
"type": "http",
"url": "https://www.gladtek.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: gladtek-mcp
Remote MCP URL: https://www.gladtek.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": {
"gladtek-mcp": {
"url": "https://www.gladtek.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"gladtek-mcp": {
"type": "http",
"url": "https://www.gladtek.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "gladtek-mcp",
"transport": "streamable-http",
"url": "https://www.gladtek.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_posts— Search Gladtek blog posts by keyword and display results as an interactive grid of cards (image, title, excerpt, category).list_services— List all Gladtek service offerings and display them as an interactive grid of cards, with their URLs and descriptions.get_page— Fetch a Gladtek static page by name.get_more_tools— Check for additional tools whenever your task might benefit from specialized capabilities - even if existing tools could work as a fallback.