io.github.AmauryDvl/serpmantics

MCPCommunitylive
v0.1.0io.github.AmauryDvlUnknownAktualisiert vor 2 Mon.

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

Endpunkt-Statuslive
geprüft vor 1 Tag · 391 ms
100 % der letzten 4 Prüfungen haben diesen Endpunkt erreicht
Läuft in
ClaudeCursorCopilotChatGPTGemini

Abgeleitet aus den Transporten, die dieser Eintrag deklariert (streamable-http). Ein Client, der hier nicht steht, ist damit nicht ausgeschlossen — Forge kann ihn nur nicht bestätigen.

Automatisch aus öffentlichen Quellen indexiert. Vom Entwickler auf Forge noch nicht verifiziert.Diesen Eintrag beanspruchen →
vor 2 Mon.Letzte Aktualisierung
Paket
Autorio.github.AmauryDvl
LizenzUnknown
Version0.1.0
Quellemcp-registry
Trust-Status
B
60/100Gut
Im Forge-Index gelistet+10/10
Publisher-Identität verifiziert+0/30
Publisher: für diesen Eintrag ist kein Repository hinterlegt, daher kann `forge publish` die Inhaberschaft nicht automatisch prüfen. Nutze oben „Diesen Eintrag beanspruchen“ — Forge prüft diese Fälle von Hand.
Domain-Verifizierung+0/10
Für diesen Eintragstyp derzeit nicht verfügbar — die Domain-Prüfung läuft heute nur für npm-gestützte Pakete, diese Zeile lässt sich hier also noch nicht erreichen, unabhängig davon, was auf der Domain liegt.
Prompt-Injection-Scan · sauber+30/30
Obfuskations-/Exfiltrations-Scan · sauber+20/20
StatusVon der Community indexiert
PublisherNicht verifiziert
SignaturNicht signiert
Domain
Herkunft
AbhängigkeitenNicht auditiert
Tool-Oberfläche28 Tools · 6 privilegiert
Sicherheits-Scan✓ Saubervlive · vor 1 TWie gut funktioniert dieser Scan?
EvaluierungenKeine
Indexiert16. Juli 2026

Die Verifizierung bestätigt die Identität des Publishers (die Inhaberschaft am Repo), nicht die Sicherheit des Codes. Der Sicherheits-Scan deckt bekannte CVEs und verdächtige Installationsskripte ab.

Tools

28 Tools · 6 privilegiert
Live am Endpunkt des Anbieters beobachtet1d ago

Aus einem echten MCP-Handshake initialize → tools/list gegen den deklarierten Endpunkt gelesen. Es wurde nie ein Tool aufgerufen — tools/list ist der lesende Introspektionsaufruf, den das Protokoll dafür vorsieht. Es spiegelt wider, was der Server in diesem Moment angeboten hat; ein gehosteter Endpunkt ist an keine Version gebunden und kann sich ohne Ankündigung ändern.

  • https://app.serpmantics.com/api/mcp28 Tools · 391 ms
get_aissistant_tokensGet 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-links, EEAT, EEAT competitors, score, AND the AISSistant prompts. The endpoint lives under /aissistan…

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-links, EEAT, EEAT competitors, score, AND the AISSistant prompts. The endpoint lives under /aissistan…

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

get_creditsGet 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 still create. Consumed once per guide creation. `"unlimited"` if the user's plan grants unlimited gui…

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 still create. Consumed once per guide creation. `"unlimited"` if the user's plan grants unlimited gui…

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

get_eeat_competitorsGet 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 analysis is complete. Individual competitor results are available as soon as their `status` is `done`.

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 analysis is complete. Individual competitor results are available as soon as their `status` is `done`.

ParameterTypBeschreibung
guideId*stringID of the guide whose competitors should be returned
create_eeat_competitorsStart 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 /api/v1/eeat-competitors to poll for results until `pending` reaches `0`. **Token cost:** Thi…

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 /api/v1/eeat-competitors to poll for results until `pending` reaches `0`. **Token cost:** Thi…

ParameterTypBeschreibung
guideId*stringID of the guide whose competitors should be analyzed
get_eeatGet 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 analysis for that guide. Poll this endpoint until `status` is `done` (results available) or `failed`.

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 analysis for that guide. Poll this endpoint until `status` is `done` (results available) or `failed`.

ParameterTypBeschreibung
eeatIdstringID of a specific analysis (returned by POST /api/v1/eeat). Either `eeatId` or `guideId` must be provided.
guideIdstringID of the guide whose latest analysis should be returned. Either `eeatId` or `guideId` must be provided.
create_eeatStart 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 analysis runs in the background — use GET /api/v1/eeat to poll for results until `status` is `done` (…

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 analysis runs in the background — use GET /api/v1/eeat to poll for results until `status` is `done` (…

ParameterTypBeschreibung
guideId*stringID of the guide to analyze
html_content*stringHTML of the article to analyze (without `<mark>` tags)
get_intentGet search intent analysis for a guide Retrieves existing intent analysis results for a guide

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

ParameterTypBeschreibung
guideId*stringID of the guide
create_intentGenerate 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-usage for the cost, might vary).

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-usage for the cost, might vary).

ParameterTypBeschreibung
guideId*stringID of the guide
contentstringOptional content to analyze against the intent (only after intent analysis was created)
delete_intentprivilegiertDelete generated intent analysis for a guide Removes previously generated intent analysis for the given guide.

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

ParameterTypBeschreibung
guideId*stringID of the guide
get_internal_linksGet internal linking suggestions for a guide Retrieves existing internal linking suggestions for a guide

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

ParameterTypBeschreibung
guideId*stringID of the guide
create_internal_linksGenerate 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-usage for the cost, might vary).

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-usage for the cost, might vary).

ParameterTypBeschreibung
guideId*stringID of the guide
delete_internal_linksprivilegiertDelete generated internal-links suggestions for a guide Removes previously generated internal-links suggestions for the given guide.

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

ParameterTypBeschreibung
guideId*stringID of the guide
get_metaGet generated meta titles and descriptions for a guide Retrieves generated SEO meta titles and descriptions for a guide

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

ParameterTypBeschreibung
guideId*stringID of the guide
create_metaGenerate 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 for the cost, might vary).

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 for the cost, might vary).

ParameterTypBeschreibung
guideId*stringID of the guide
delete_metaprivilegiertDelete generated meta for a guide Removes previously generated meta titles/descriptions for the given guide.

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

ParameterTypBeschreibung
guideId*stringID of the guide
get_outlineGet generated page structure for a guide Retrieves the generated page structure (flat heading list) for a guide.

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

ParameterTypBeschreibung
guideId*stringID of the guide
create_outlineGenerate 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).

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).

ParameterTypBeschreibung
guideId*stringID of the guide
delete_outlineprivilegiertDelete generated outline for a guide Removes previously generated outline data for the given guide.

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

ParameterTypBeschreibung
guideId*stringID of the guide
get_tokens_usageGet 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. The total cost of POST /api/v1/eeat-competitors equals this value × the number of competitors analy…

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. The total cost of POST /api/v1/eeat-competitors equals this value × the number of competitors analy…

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

get_usageGet 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 consume credits.

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 consume credits.

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

get_credit_ledgerGrand-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 clair, delta signé, solde après, source, auteur et référence. Inclut le solde reconstruit à une date ar…

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 clair, delta signé, solde après, source, auteur et référence. Inclut le solde reconstruit à une date ar…

ParameterTypBeschreibung
userId*stringIdentifiant Mongo de l'utilisateur.
atstringDate ISO pour reconstruire le solde à cet instant (point-in-time).
limitnumberNombre maximum de lignes (défaut 200, max 1000).
get_guideGet 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 terminal flag, or a failure older than 15 minutes with no retry left, see progressStatus.terminalInferred…

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 terminal flag, or a failure older than 15 minutes with no retry left, see progressStatus.terminalInferred…

ParameterTypBeschreibung
id*stringThe ID of the guide to retrieve
update_guideUpdate a guide Updates editable fields of a specific guide (group, status, share state, linked URL, meta, hidden expressions). Only owners may update.

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

ParameterTypBeschreibung
id*stringThe ID of the guide to update
groupstringGroup/folder the guide belongs to (triggers cannibalisation analysis on previous and new group)
statusstringEditorial status of the guide. Empty string clears the status.
shareStatestringSharing mode. Any value outside the enum is rejected with 400 (the check is case-sensitive). Plan must allow shared-read or shared-edit, otherwise 403 is retur…
linkedUrlstringPublic URL where the guide content is published (validated as URL)
metaobjectSEO meta override for the guide
hiddenExpressionsarrayExpressions to hide from the optimisation suggestions
delete_guideprivilegiertDelete a guide Deletes a specific guide

Delete a guide Deletes a specific guide

ParameterTypBeschreibung
id*stringThe ID of the guide to delete
get_guidesList user's guides Returns a list of guides for the authenticated user. Use `query` to check whether a guide already exists before creating one (creating a duplicate costs credits). Beware of two behaviours of this endpoint: - `query` and `group` are case-insensitive REGULAR EXPRESSIONS, not exac…

List user's guides Returns a list of guides for the authenticated user. Use `query` to check whether a guide already exists before creating one (creating a duplicate costs credits). Beware of two behaviours of this endpoint: - `query` and `group` are case-insensitive REGULAR EXPRESSIONS, not exac…

ParameterTypBeschreibung
pagePage number for pagination
pageSizeNumber of guides per page
querystringFilter on the guide query. Case-insensitive partial match, interpreted as a regular expression (see the endpoint description).
groupstringFilter on the guide group. Case-insensitive partial match, interpreted as a regular expression.
statusstringFilter on the guide status. Exact match when the value is one of the known statuses, otherwise a case-insensitive regular expression.
create_guidesCreate 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`). How to request each guide type: 1. Google SERP guide (1 credit per guide): omit `source`, or pass `so…

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`). How to request each guide type: 1. Google SERP guide (1 credit per guide): omit `source`, or pass `so…

ParameterTypBeschreibung
queries*arrayArray of queries to create guides for
lang*stringLanguage code for the guides
sourcestringTarget engine AND analysis mode the guide optimizes for. One guide = one source. `google` analyzes the Google SERP (1 credit per guide). Google's AI answers ha…
delete_guidesprivilegiertDelete multiple guides Deletes multiple guides at once

Delete multiple guides Deletes multiple guides at once

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

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

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

ParameterTypBeschreibung
guideId*stringID of the guide to analyze
content*stringContent to analyze
saveToGuidebooleanWhether to save the content and the analysis score back to the guide (default: true)

28 von 28 Tools haben eine Beschreibung veröffentlicht.

Tool-Namen und -Beschreibungen stammen vom Publisher und werden wortgetreu als inerter Text angezeigt. Es sind die Zeichenketten, die ein MCP-Client an ein Modell übergibt, deshalb prüft Forge sie auf Prompt-Injection-Muster — jeder Befund erscheint oben beim Sicherheits-Scan. „Privilegiert“ ist ein Schlagwort-Treffer im Tool-Namen, keine Prüfung dessen, was das Tool tut: ein harmlos klingender Name kann trotzdem alles tun.

Über

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

Schlagwörter
mcp
Alternativen
Tool-Oberflächen werden verglichen…

Keine Abdeckung der Abhängigkeiten

Dieser Eintrag veröffentlicht kein npm-Paket, daher hat Forge keinen Abhängigkeitsbaum dafür. Das ist eine Lücke in der Abdeckung — keine Aussage, dass er keine Abhängigkeiten hat.