INDIVIDUAL MCP TOOL
search_posts
Search Gladtek blog posts by keyword and display results as an interactive grid of cards (image, title, excerpt, category).
LIVE ENDPOINT
https://www.gladtek.com/mcp
Connect to this endpoint to inspect the live schema for search_posts 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.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
get_post— Fetch the full content of a Gladtek blog post by its slug and display it as an interactive detail card.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.