Mmcp.market

Optiqra MCP server

by armin5872·io.github.armin5872/optiqra-mcp·v1.0.4

MCP server exposing OptiQra's website audit tools: SEO, GEO, AEO, and AI-generated fixes.

B78/100grade B
What users say
No reviews yet
Be the first
Safety scan
B78/100

full report

Adoption
New

0 stars29 downloads/wk

Reviews

Write one

Nobody has reviewed Optiqra yet.

If you have run it, two minutes of your experience saves the next person an afternoon.

Optiqra tools (4)

write = sends, deletes, buys or posts

Read from the package source without running it. The installed server may list more.

  • optiqra_ai_fix

    Given a single issue from an OptiQra report (as produced by optiqra_analyze),

  • optiqra_ai_insights

    Given a full OptiQra report (as produced by optiqra_analyze), asks an AI

  • optiqra_ai_test

    Verifies that a given AI provider + API key + model combination is reachable

  • optiqra_analyze

    Crawls a website and runs OptiQra's full audit: SEO, GEO (generative engine

Public scan report

scanner v0.1.9 · 2026-09-23 · same rubric, same numbers if you re-run it

no findings
  • Code scan2 source files scanned25/25
  • Live reliabilityno gateway calls yet and no remote to proben/a
  • Tool poisoningtools not inspected (local package is not executed); not countedn/a
  • Auth qualitystatic API keys via environment variables6/15
  • Maintenancelast push 37 days ago12/15
  • Maintainer identityregistry namespace matches repository owner; GitHub account older than a year8/10
Overall 78/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

What the publisher says

From the Optiqra repository's README, as published. We do not edit it. Read it on GitHub

optiqra-mcp

An MCP (Model Context Protocol) server that exposes every tool in OptiQra's API to MCP-compatible AI clients (Claude Desktop, Claude Code, Cursor, etc.).

OptiQra has four HTTP endpoints. This server wraps all four as MCP tools:

By default it talks to the public demo, https://optiqra.vercel.app. Point it at your own deployment (see OptiQra's own DEPLOYMENT.md/Docker setup) with an env var — see below.

Install

npm install

(or, once published, npm install -g optiqra-mcp / run directly with npx optiqra-mcp)

Configuration (environment variables)

Run it standalone

node src/index.js

It speaks MCP over stdio, so you won't see anything happen — it's waiting for an MCP client to connect.

Wire it into an MCP client

Claude Desktop / Claude Code

Add to your MCP config (claudedesktopconfig.json, or via claude mcp add for Claude Code):

{
  "mcpServers": {
    "optiqra": {
      "command": "node",
      "args": ["/absolute/path/to/optiqra-mcp/src/index.js"],
      "env": {
        "OPTIQRA_BASE_URL": "https://optiqra.vercel.app",
        "OPTIQRA_PROVIDER_API_KEY": "sk-..."
      }
    }
  }
}

Any other MCP-compatible client (Cursor, Windsurf, etc.) uses the same
`command`/`args`/`env` shape — check that client's docs for where the config
file lives.

## Notes on the AI-key tools

`optiqra_ai_fix`, `optiqra_ai_insights`, and `optiqra_ai_test` all need a
provider API key, exactly like pasting one into OptiQra's own UI — OptiQra's
server forwards it straight to the provider (OpenAI, Anthropic, Google, Groq,
OpenRouter, Mistral, DeepSeek, or xAI) and never stores it. This server does
the same: it never persists keys. Prefer setting `OPTIQRA_PROVIDER_API_KEY`
in your MCP client's env config over having the model pass a key through
chat.

Nothing above is checked by us. What we check is on the safety report.

Install directly

Runs npx -y optiqra-mcp on your machine. Read the scan report first; the gateway never runs local packages.

claude mcp add optiqra-mcp -- npx -y optiqra-mcp
Add to Cursor

Optiqra: common questions

Is Optiqra MCP server safe?
Mostly: it is graded B (78/100). Read the Optiqra safety report
How do I install Optiqra?
It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
Does Optiqra need an API key?
Yes. The registry entry asks for OPTIQRA_PROVIDER_API_KEY.
Is Optiqra maintained?
The last commit was 39 days ago (2026-08-16). The latest release is v1.0.4.
What can I use instead of Optiqra?
Servers from other publishers that do the same job: Google Ads + Meta Ads + SEO/GEO MCP server, site-spec MCP server and SEO & GEO MCP server. Compare all Optiqra alternatives.

Alternatives to Optiqra

Same job from other publishers: the closest match first, then the best rated.

All Optiqra alternatives →
  • Google Ads + Meta Ads + SEO/GEO MCP
    Google Ads, Meta Ads, SEO, GEO & GA4 MCP by Ryze AI - audits, reports, keywords, Search Console.
    A
  • site-spec
    MCP server: audit any website for SEO, accessibility, and AI-searchability, then auto-fix it.
    A
  • SEO & GEO
    Audit a page's SEO and its readiness for AI answer engines: meta, schema, robots, sitemaps, AI bots.
    A
  • Suede Skills MCP
    Read-only access to 71 Suede skills: discovery, install options, SEO audits, A-F grading.
    A
  • Web Validator by DigestSEO
    Audit public webpages and supplied markup for HTML, CSS, SEO, JSON-LD, and link issues.
    A

More from armin5872