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.

com.flevy/flevy

REMOTE · FLEVY.COM · SCANNED SEP 21

Search 10,000+ consulting frameworks, templates, financial models, and management case studies

Available components

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 Security74
Transport & Reachability100
Schema Quality & AI Usability63
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 1722 tokens (~344/item across 5 items; 5 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 Management100
  • No destabilizing schema changes in the last 30 days.Pass
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 5 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 6 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 com.flevy/flevy MCP server?

com.flevy/flevy is a hosted endpoint at https://flevy.com/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 · flevy.com

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

  • 26 Aug 26 +1
    • 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 0
    • Stability: 0.97 → pass security
  • 24 Aug 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.

  • 11 Aug 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 31 Jul 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 27 Jul 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 26 Jul 26 0

    First indexed and scored.

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 21 Sept 2026 · Probed https://flevy.com/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=flevy.com CN=WE1,O=Google Trust Services,C=US 17 Aug 2026 15 Nov 2026 ECDSA 256 ECDSA-SHA256 64c309420bd11f7713c15ebba08472ea
SANs: flevy.com, *.flevy.com
CN=WE1,O=Google Trust Services,C=US (CA) CN=GTS Root R4,O=Google Trust Services LLC,C=US 13 Dec 2023 20 Feb 2029 ECDSA 256 ECDSA-SHA384 7ff31977972c224a76155d13b6d685e3
CN=GTS Root R4,O=Google Trust Services LLC,C=US (CA) CN=GlobalSign Root CA,OU=Root CA,O=GlobalSign nv-sa,C=BE 15 Nov 2023 28 Jan 2028 ECDSA 384 SHA256-RSA 7fe530bf331343bedd821610493d8a1b

Background: What to check on a remote MCP endpoint →

DNSSEC insecure

Validation of flevy.com. Not signed

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

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200

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

Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://flevy.com/mcp Verified 200
http (plaintext) http://flevy.com/mcp HTTPS enforced 301 https://flevy.com/mcp
MCP tools · 5 exposed · ~1,070 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
get_content_details ~193

Full metadata for one Flevy item, by content_id from search_content (e.g. "doc-1234" or "case-567"). Documents return the author with their credentials (headline, bio, LinkedIn, profile URL; pass the author name to search_content's author filter to list more of their documents), full description, editor summary, AI summary, and editorial review when available, page/slide count, price, FlevyPro inclusion, management topics, ranking badge, and the number of slide deep dives available. Case studies return the client situation, TL;DR, and summary. Call this before recommending an item so you can describe it accurately and cite the author's credentials, and share the returned flevy.com URL.

NameTypeReqDescription
content_idstringyesThe content_id from search_content: "doc-<n>" for documents, "case-<n>" for case studies.

No output schema declared.

No examples provided.

get_slide_deep_dive ~140

Slide-by-slide preview of a Flevy document (a "doc-<n>" content_id). Returns every showcased slide with its name, a text description of what the slide contains (you cannot see the image, so use the description), a preview image URL, and a deep link to that slide on flevy.com. Use when a user wants to know what is inside a specific presentation before purchasing, or to reference an individual slide. Only some documents have deep dives; get_content_details reports the count.

NameTypeReqDescription
content_idstringyesA document content_id from search_content, e.g. "doc-1234".

No output schema declared.

No examples provided.

get_topic_details ~137

An end-to-end overview of one management topic: its definition, an in-depth explanation of the discipline, the 3 editor-curated top documents, all known aliases, document and case study counts, related topics, and the topic page URL. Use this to survey a discipline before going deep — e.g. "what does Digital Transformation cover and what are its key frameworks" — or to orient when the user describes a broad problem area. Follow with search_content (topic filter) for the full catalog.

NameTypeReqDescription
topicstringyesThe management topic or any of its aliases, e.g. "Digital Transformation" (see list_topics).

No output schema declared.

No examples provided.

list_topics ~80

The canonical list of management topics Flevy's catalog is organized under, each with its known aliases (e.g. "Digital Transformation" and "Digital Transformation Strategy" may be the same topic) and content counts. Use this to map a user's phrasing to the exact topic filter accepted by search_content, or to show what subject areas Flevy covers.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

search_content ~520

Search Flevy's marketplace of consulting frameworks, PowerPoint templates, Excel financial models, business toolkits, and management case studies. Use this whenever a user needs a best-practice framework, methodology, template, financial model, or real-world case example on any business or management topic (strategy, digital transformation, supply chain, pricing, operational excellence, M&A, etc.). Returns up to 10 relevance-ranked recommendations across two content types: "document" (premium documents authored by management consultants) and "case_study" (management case studies). ALWAYS include each recommended item's url as a clickable link when you mention it in your reply — never reference a document without its link, because the link is the only way the user can open it. Each result carries a content_id for get_content_details. Filters: topic (single, or "topics" for documents covering ALL of several topics), author (list more documents from an author seen in results), filetype (including tier1_consulting_deck for McKinsey-style strategy decks), content_type. Topic-filtered responses also list related_topics to pivot to. Provide at least one of query, topic(s), or author; use list_topics to map user phrasing to a canonical topic.

NameTypeReqDescription
authorstringOptional author filter — the author name exactly as shown in document results. Use to list other documents from the same author, alone or combined with a topic. Documents only.
content_typestringOptional filter. Default: both types, documents first.
filetypestringOptional file-type filter (documents only). Rules of thumb: frameworks, methodologies, and presentation templates are powerpoint; financial models are excel; tier1_consulting_deck = presentations cra…
querystringFree-text search, e.g. "balanced scorecard", "post-merger integration checklist", "DCF model". Optional when topic or author is provided (returns their top content).
topicstringOptional management topic filter, e.g. "Digital Transformation". Accepts any known alias (see list_topics).
topicsarrayOptional: up to 3 topics; returns documents associated with ALL of them (intersection), e.g. ["Digital Transformation","Supply Chain Analysis"]. Documents only.

No output schema declared.

No examples provided.

Common questions

What is the com.flevy/flevy MCP server?

com.flevy/flevy is an MCP server listed in the public MCP registry as com.flevy/flevy. Search 10,000+ consulting frameworks, templates, financial models, and management case studies. This page covers its hosted endpoint (https://flevy.com/mcp).

Is the com.flevy/flevy MCP server safe to use?

com.flevy/flevy 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 com.flevy/flevy MCP server expose?

com.flevy/flevy exposes 5 tools: search_content, get_content_details, get_slide_deep_dive, get_topic_details, list_topics. Their descriptions and schemas cost roughly 1,070 tokens of context every time the server is loaded.

Does the com.flevy/flevy MCP server require authentication?

No. We connected to com.flevy/flevy without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

Is the com.flevy/flevy MCP server still maintained?

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