Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

io.github.amaurydvl/serpmantics

io.github.amaurydvl/serpmantics

French-first SEO: semantic content guides, scoring, E-E-A-T audits for Google, ChatGPT & Claude.

Uptime
100.0%
1 direct probes · 30d
Response
803ms
last probe
Tools
28
callable
Resources
0
readable
Prompts
0
available

Tools · 28

get_aissistant_tokens

Get the current user's available AI tokens Returns the number of AI tokens available to the authenticated user. These tokens fund EVERY AI feature in SERPmantics — meta, outline, intent, internal-li…

get_credits

Get user balance (guide credits + AI tokens) Returns the authenticated user's full balance. SERPmantics has TWO distinct currencies: - **credits** (`credits`): how many NEW GUIDES the user can stil…

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. Poll this endpoint until `pending` is `0` to know when the full analy…

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. Each competitor is fetched and scored individually. Use…

get_eeat

Get E-E-A-T analysis results Retrieves the result of an E-E-A-T analysis. Either pass `eeatId` (returned by POST /api/v1/eeat) to fetch a specific analysis, or pass `guideId` to fetch the latest anal…

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. The an…

get_intent

Get search intent analysis for a guide Retrieves existing intent analysis results for a guide

create_intent

Generate search intent analysis for a guide Analyzes search intent for a guide and optionally analyzes provided content against that intent. **Note:** This endpoint uses tokens (check /api/v1/tokens…

delete_intent

Delete generated intent analysis for a guide Removes previously generated intent analysis for the given guide.

get_internal_links

Get internal linking suggestions for a guide Retrieves existing internal linking suggestions for a guide

create_internal_links

Generate internal linking suggestions for a guide Analyzes a guide and generates internal linking suggestions based on content analysis. **Note:** This endpoint uses tokens (check /api/v1/tokens-usa…

delete_internal_links

Delete generated internal-links suggestions for a guide Removes previously generated internal-links suggestions for the given guide.

get_meta

Get generated meta titles and descriptions for a guide Retrieves generated SEO meta titles and descriptions for a guide

create_meta

Generate SEO meta titles and descriptions for a guide Generates optimized meta titles and descriptions based on guide content analysis. **Note:** This endpoint uses tokens (check /api/v1/tokens-usage…

delete_meta

Delete generated meta for a guide Removes previously generated meta titles/descriptions for the given guide.

get_outline

Get generated page structure for a guide Retrieves the generated page structure (flat heading list) for a guide.

create_outline

Generate content outline for a guide Generates a content outline based on SERP analysis for a guide. **Note:** This endpoint uses tokens (check /api/v1/tokens-usage for the cost, might vary).

delete_outline

Delete generated outline for a guide Removes previously generated outline data for the given guide.

get_tokens_usage

Get API token usage costs for different endpoints Returns the number of tokens required for each API endpoint operation. Note: `eeatCompetitorsTokensCostPerCompetitor` is a **per-competitor** cost. …

get_usage

Get current API usage and quota status Returns the current period's API guide usage, quota limit, remaining count and the renewal date. Aligned on the Stripe subscription billing cycle. Does not cons…

get_credit_ledger

Grand-livre crédits d'un compte (admin) Timeline complète et immuable des mouvements de crédits d'un utilisateur (octrois, consommations, refunds, resets, ajustements admin), avec libellés FR en clai…

get_guide

Get data for a specific guide Retrieves details of a specific guide. While the guide is being created, the endpoint returns 202 (poll again later). If the creation failed permanently (explicit termin…

update_guide

Update a guide Updates editable fields of a specific guide (group, status, share state, linked URL, meta, hidden expressions). Only owners may update.

delete_guide

Delete a guide Deletes a specific guide

get_guides

List user's guides Returns a list of guides for the authenticated user

create_guides

Create new guides Create one or more new guides based on provided queries. Each guide targets exactly ONE engine and ONE analysis mode, chosen with the optional `source` field (default `google`). Ho…

delete_guides

Delete multiple guides Deletes multiple guides at once

create_score

Analyze content optimization score Analyzes the optimization score of the provided content for a specific guide

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.github.amaurydvl/serpmantics": {
      "url": "https://app.serpmantics.com/api/mcp",
      "transport": "streamable-http"
    }
  }
}