← serpmantics.com
INDIVIDUAL MCP TOOL
delete_outline
Delete generated outline for a guide Removes previously generated outline data for the given guide.
Input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a deletion term.
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.serpmantics]
url = "https://app.serpmantics.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"serpmantics": {
"type": "http",
"url": "https://app.serpmantics.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: serpmantics
Remote MCP URL: https://app.serpmantics.com/api/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": {
"serpmantics": {
"url": "https://app.serpmantics.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"serpmantics": {
"type": "http",
"url": "https://app.serpmantics.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "serpmantics",
"transport": "streamable-http",
"url": "https://app.serpmantics.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_aissistant_tokens— Get the current user's available AI tokens Returns the number of AI tokens available to the authenticated user.get_credits— Get user balance (guide credits + AI tokens) Returns the authenticated user's full balance.get_eeat_competitors— Get E-E-A-T analysis results for a guide's competitors Retrieves the E-E-A-T analysis results for the top competitors of a guide.create_eeat_competitors— Start an E-E-A-T analysis on a guide's top SERP competitors Starts an asynchronous E-E-A-T analysis on the top competitors of the guide's SERP.get_eeat— Get E-E-A-T analysis results Retrieves the result of an E-E-A-T analysis.create_eeat— Start an E-E-A-T analysis on a guide content Starts an asynchronous E-E-A-T (Experience, Expertise, Authoritativeness, Trustworthiness) analysis on the HTML content provided for a given guide.get_intent— Get search intent analysis for a guide Retrieves existing intent analysis results for a guidecreate_intent— Generate search intent analysis for a guide Analyzes search intent for a guide and optionally analyzes provided content against that intent.