Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

VarynForge

REMOTE · APP.VARYNFORGE.COM · SCANNED SEP 20

SEO research SaaS exposed as 30+ MCP tools. Forge niche analysis, plans, and writer-ready briefs.

0 this week 83 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score → Why this is hard to score →

Endpoint Security94
Transport & Reachability100
Schema Quality & AI Usability67
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 9371 tokens (~164/item across 57 items; 57 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management50
  • Stability check failed: schema churn in the 30 days we've observed: 0 tool removals, 57 breaking changes, 0 auth/transport breaks, 0 additions. See how to fix → Fail
Tool Coverage75
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 26% of tool parameters carry a description.Partial
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • All 2 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation.Pass
  • An AI judge read all 57 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the VarynForge MCP server?

VarynForge is a hosted endpoint at https://app.varynforge.com/api/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

remote · app.varynforge.com

# add to Claude Code
claude mcp add --transport http com-varynforge-server 'https://app.varynforge.com/api/mcp'
// .cursor/mcp.json
{
  "mcpServers": {
    "com-varynforge-server": {
      "url": "https://app.varynforge.com/api/mcp"
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "com-varynforge-server": {
      "type": "http",
      "url": "https://app.varynforge.com/api/mcp"
    }
  }
}
# ~/.codex/config.toml
[mcp_servers.com-varynforge-server]
url = "https://app.varynforge.com/api/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-varynforge-server": {
      "type": "remote",
      "url": "https://app.varynforge.com/api/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add com-varynforge-server --url 'https://app.varynforge.com/api/mcp' --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  com-varynforge-server:
    url: "https://app.varynforge.com/api/mcp"
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "com-varynforge-server": {
      "Transport": "http",
      "Url": "https://app.varynforge.com/api/mcp"
    }
  }
}
# add to Vellum
assistant mcp add com-varynforge-server -t streamable-http -u 'https://app.varynforge.com/api/mcp'
// mcp.json
{
  "mcpServers": {
    "com-varynforge-server": {
      "type": "http",
      "url": "https://app.varynforge.com/api/mcp"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 4 Sept 26 −7
    • Stability: pass → fail security
    • Tool “send_feedback” rewrote its description, which is the text the model reads security
    • Schema quality: 134 → 164 functional
    • “accept_idea” added a required parameter “context”, so existing callers break functional
    • “add_article_suggestion” added a required parameter “context”, so existing callers break functional
    • “add_competitor_by_domain” added a required parameter “context”, so existing callers break functional
    • “add_destination” added a required parameter “context”, so existing callers break functional
    • “add_radar_topic” added a required parameter “context”, so existing callers break functional
    • “check_idea” added a required parameter “context”, so existing callers break functional
    • “create_article_suggestion_with_input” added a required parameter “context”, so existing callers break functional
    • “create_content_plan_from_opportunities” added a required parameter “context”, so existing callers break functional
    • “create_project” added a required parameter “context”, so existing callers break functional
    • “delete_article_suggestion” added a required parameter “context”, so existing callers break functional
    • “download_brief_markdown” added a required parameter “context”, so existing callers break functional
    • “expand_idea” added a required parameter “context”, so existing callers break functional
    • “expand_radar_topic” added a required parameter “context”, so existing callers break functional
    • “generate_article_brief” added a required parameter “context”, so existing callers break functional
    • “get_account_status” added a required parameter “context”, so existing callers break functional
    • “get_article_brief” added a required parameter “context”, so existing callers break functional
    • “get_article_suggestion” added a required parameter “context”, so existing callers break functional
    • “get_changelog” added a required parameter “context”, so existing callers break functional
    • “get_competitor_detail” added a required parameter “context”, so existing callers break functional
    • “get_draft_status” added a required parameter “context”, so existing callers break functional
    • “get_instructions” added a required parameter “context”, so existing callers break functional
    • “get_keyword_detail” added a required parameter “context”, so existing callers break functional
    • “get_lint_rubric” added a required parameter “context”, so existing callers break functional
    • “get_onboarding_guide” added a required parameter “context”, so existing callers break functional
    • “get_opportunity_detail” added a required parameter “context”, so existing callers break functional
    • “get_page_dossier” added a required parameter “context”, so existing callers break functional
    • “get_pitch_report_payload” added a required parameter “context”, so existing callers break functional
    • “get_project” added a required parameter “context”, so existing callers break functional
    • “get_project_asset” added a required parameter “context”, so existing callers break functional
    • “get_project_overview” added a required parameter “context”, so existing callers break functional
    • “get_research_status” added a required parameter “context”, so existing callers break functional
    • “get_starting_point_report” added a required parameter “context”, so existing callers break functional
    • “get_write_handoff” added a required parameter “context”, so existing callers break functional
    • “get_writer_system_prompt” added a required parameter “context”, so existing callers break functional
    • “lint_draft” added a required parameter “context”, so existing callers break functional
    • “list_article_suggestions” added a required parameter “context”, so existing callers break functional
    • “list_competitors” added a required parameter “context”, so existing callers break functional
    • “list_destinations” added a required parameter “context”, so existing callers break functional
    • “list_keywords” added a required parameter “context”, so existing callers break functional
    • “list_opportunities” added a required parameter “context”, so existing callers break functional
    • “list_organizations” added a required parameter “context”, so existing callers break functional
    • “list_pages” added a required parameter “context”, so existing callers break functional
    • “list_projects” added a required parameter “context”, so existing callers break functional
    • “list_radar_topics” added a required parameter “context”, so existing callers break functional
    • “mark_article_published” added a required parameter “context”, so existing callers break functional
    • “register_derived_asset” added a required parameter “context”, so existing callers break functional
    • “remap_asset” added a required parameter “context”, so existing callers break functional
    • “resync_asset_profile” added a required parameter “context”, so existing callers break functional
    • “send_feedback” added a required parameter “context”, so existing callers break functional
    • “set_competitor_importance” added a required parameter “context”, so existing callers break functional
    • “set_excluded_terms” added a required parameter “context”, so existing callers break functional
    • “set_opportunity_status” added a required parameter “context”, so existing callers break functional
    • “set_posting_cadence” added a required parameter “context”, so existing callers break functional
    • “start_research_run” added a required parameter “context”, so existing callers break functional
    • “update_article_status” added a required parameter “context”, so existing callers break functional
    • “update_asset_profile” added a required parameter “context”, so existing callers break functional
    • “update_niche” added a required parameter “context”, so existing callers break functional
    • Tool coverage: 0% → 26% functional
    • Server version: 1.20.0 → 1.21.0 functional
  • 2 Sept 26 0
    • Stability: 0.97 → pass security
  • 1 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.

  • 30 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 at this one. The score rises as the window fills, whether or not the server changes.

  • 28 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.

  • 26 Aug 26 +2
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 25 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 70 to 73. That category is still filling its 30-day observation window: 21 days of observed history at the previous scan, 22 at this one. The score rises as the window fills, whether or not the server changes.

  • 23 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 63 to 67. That category is still filling its 30-day observation window: 19 days of observed history at the previous scan, 20 at this one. The score rises as the window fills, whether or not the server changes.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Probed https://app.varynforge.com/api/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=*.varynforge.com CN=YR1,O=Let's Encrypt,C=US 4 Sept 2026 3 Dec 2026 RSA 2048 SHA256-RSA 5a0e6dde94cf4b6bc611294928c43932df2
SANs: *.varynforge.com, varynforge.com
CN=YR1,O=Let's Encrypt,C=US (CA) CN=Root YR,O=ISRG,C=US 3 Sept 2025 2 Sept 2028 RSA 2048 SHA256-RSA a20253f15f2691c05dc1ce13b9bcca4e
CN=Root YR,O=ISRG,C=US (CA) CN=ISRG Root X1,O=Internet Security Research Group,C=US 13 May 2026 2 Sept 2032 RSA 4096 SHA256-RSA f24b6d17f9d9ad7cb1c9fea78782699f

Background: What to check on a remote MCP endpoint →

DNSSEC insecure

Validation of app.varynforge.com. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
com. present 19718 13 Verified
varynforge.com. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication Enforced and verified

The endpoint asked for a token and published valid RFC 9728 metadata describing how to get one.

Result Enforced and verified
Enforced On tool calls
HTTP status 200

WWW-Authenticate challenge Bearer resource_metadata="https://app.varynforge.com/api/auth/.well-known/oauth-protected-resource"

Bearer resource_metadata="https://app.varynforge.com/api/auth/.well-known/oauth-protected-resource"
Header Value
strict-transport-security max-age=63072000; includeSubDomains; preload
x-content-type-options nosniff
x-frame-options DENY
referrer-policy strict-origin-when-cross-origin
permissions-policy camera=(), microphone=(), geolocation=(), interest-cohort=()

Protected resource metadata

Document https://app.varynforge.com/api/auth/.well-known/oauth-protected-resource
Retrieved Yes
Resource https://app.varynforge.com
Authorisation server https://app.varynforge.com

Background: How OAuth 2.1 works in the 2026 MCP spec →

Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://app.varynforge.com/api/mcp Verified 200
http (plaintext) http://app.varynforge.com/api/mcp HTTPS enforced 308 https://app.varynforge.com/api/mcp
MCP tools · 57 exposed · ~9,371 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
set_excluded_terms ~136

Set the project-level exclusion terms — products or topics the operator explicitly does NOT sell (e.g. "wedding suite", "free template", "printing"). Keywords mentioning any term are down-weighted in opportunity scoring and dropped from the content-plan harvest, before results reach the operator. Replaces the whole list; pass [] to clear. Survives research re-runs, unlike per-cluster dismissal.

NameTypeReqDescription
contextstringyesOne sentence: what is the operator trying to achieve right now? Describe their goal, not this tool's purpose.
projectIdstringyes
termsarrayyes

No output schema declared.

No examples provided.

set_opportunity_status ~144

Dismiss or restore an opportunity cluster. status=dismissed hides it from list_opportunities and the create_content_plan_from_opportunities harvest; status=default restores it. Dismissal lasts until the next research run rewrites the project clusters — for a durable "not my product" signal use set_excluded_terms. Removing a cluster from the pool changes the 0-100 normalization of every remaining cluster.

NameTypeReqDescription
clusterIdstringyes
contextstringyesOne sentence: what is the operator trying to achieve right now? Describe their goal, not this tool's purpose.
projectIdstringyes
statusstringyes

No output schema declared.

No examples provided.

set_posting_cadence ~93

Set how many articles per week the operator actually publishes (1-14). Sizes the pitch report’s 90-day content sequence; read back via get_project.postsPerWeek.

NameTypeReqDescription
contextstringyesOne sentence: what is the operator trying to achieve right now? Describe their goal, not this tool's purpose.
postsPerWeekintegeryes
projectIdstringyes

No output schema declared.

No examples provided.

start_research_run ~99

Start a research run for a project — discovers keywords, evaluates competitors, and writes opportunity clusters. Consumes one credit. Returns `{ runId }`; poll get_research_status for progress. Returns `{ entitlement }` instead when the operator is on the free plan.

NameTypeReqDescription
contextstringyesOne sentence: what is the operator trying to achieve right now? Describe their goal, not this tool's purpose.
idstringyes

No output schema declared.

No examples provided.

update_article_status ~211

Move an article through the production pipeline. Statuses: planned, generating_brief, brief_ready, drafting, draft_ready, reviewing, ready_to_publish, published. For the published transition use mark_article_published instead — it records the live URL, which Search Console outcome tracking keys off; setting status to published here records no URL. When the article is scheduled to go live later (CMS/external scheduler), pass scheduledFor with the planned date — it shows in the app and holds the "stalled at ready_to_publish" flag until the schedule lapses; do NOT call mark_article_published before the URL is live, publish auto-detect attests it (and pings IndexNow) when it actually appears.

NameTypeReqDescription
contextstringyesOne sentence: what is the operator trying to achieve right now? Describe their goal, not this tool's purpose.
idstringyes
lastActorstring
scheduledFor
statusstringyes

No output schema declared.

No examples provided.

update_asset_profile ~164

Correct the inferred profile of the project asset — description, primary offer, benefits, key differentiators, use cases. Use when get_project_asset shows claims that contradict what the operator actually sells (profileStaleAt set, or the operator says so). Only the fields you pass are written; arrays replace the whole list. No re-crawl happens. Clears the profileStaleAt flag.

NameTypeReqDescription
benefitsarray
contextstringyesOne sentence: what is the operator trying to achieve right now? Describe their goal, not this tool's purpose.
descriptionstring
keyDifferentiatorsarray
primaryOfferstring
projectIdstringyes
useCasesarray

No output schema declared.

No examples provided.

update_niche ~136

Update a niche profile — name, industry, language, country, target customer, core problem, related terms. Use after the operator refines their market definition; omitted fields keep their current values.

NameTypeReqDescription
contextstringyesOne sentence: what is the operator trying to achieve right now? Describe their goal, not this tool's purpose.
coreProblemstring
countrystring
idstringyes
industrystring
languagestring
namestringyes
relatedTermsarray
targetCustomerstring

No output schema declared.

No examples provided.

Common questions

What is the VarynForge MCP server?

VarynForge is an MCP server listed in the public MCP registry as com.varynforge/server. SEO research SaaS exposed as 30+ MCP tools. Forge niche analysis, plans, and writer-ready briefs. This page covers its hosted endpoint (https://app.varynforge.com/api/mcp).

Is the VarynForge MCP server safe to use?

VarynForge scores 83 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the VarynForge MCP server expose?

VarynForge exposes 57 tools: get_instructions, get_changelog, get_writer_system_prompt, get_account_status, list_organizations, and 52 more. Their descriptions and schemas cost roughly 9,371 tokens of context every time the server is loaded.

Does the VarynForge MCP server require authentication?

Yes. VarynForge asked us for credentials when we connected, so you will need to authorise it in your MCP client before it can do anything.

Is the VarynForge MCP server still maintained?

VarynForge is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.