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

com.apievangelist/api-evangelist

REMOTE · MCP.APIEVANGELIST.COM · SCANNED AUG 3

Sixteen years of API research as MCP tools — stories, areas, governance blocks & services

+2 this week 63 Trust /100
Trust breakdown (6 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 →

Endpoint Security57
Transport & Reachability100
Schema Quality & AI Usability81
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 3700 tokens (~60/item across 61 items; 57 tools + 4 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
  • Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage73
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 18% of tool parameters carry a description.Partial
Capabilities60
  • Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28. See how to fix → Fail
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

remote · mcp.apievangelist.com

# add to Claude Code
claude mcp add --transport http com-apievangelist-api-evangelist https://mcp.apievangelist.com/mcp
# ~/.codex/config.toml
[mcp_servers.com-apievangelist-api-evangelist]
url = "https://mcp.apievangelist.com/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-apievangelist-api-evangelist": {
      "type": "remote",
      "url": "https://mcp.apievangelist.com/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add com-apievangelist-api-evangelist --url https://mcp.apievangelist.com/mcp --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  com-apievangelist-api-evangelist:
    url: "https://mcp.apievangelist.com/mcp"
// mcp.json
{
  "mcpServers": {
    "com-apievangelist-api-evangelist": {
      "type": "http",
      "url": "https://mcp.apievangelist.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.

  • 2 Aug 26 +1

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

  • 31 Jul 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
  • 30 Jul 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
  • 28 Jul 26 +1

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

  • 27 Jul 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
  • 26 Jul 26 60

    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 3 Aug 2026 · Probed https://mcp.apievangelist.com/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=api.apievangelist.com CN=Amazon RSA 2048 M01,O=Amazon,C=US 2 Jul 2026 15 Jan 2027 RSA 2048 SHA256-RSA 444285d8c0992aec2aed0244ee34497
SANs: api.apievangelist.com, mcp.apievangelist.com
CN=Amazon RSA 2048 M01,O=Amazon,C=US (CA) CN=Amazon Root CA 1,O=Amazon,C=US 23 Aug 2022 23 Aug 2030 RSA 2048 SHA256-RSA 77312380b9d6688a33b1ed9bf9ccda68e0e0f
CN=Amazon Root CA 1,O=Amazon,C=US (CA) CN=Starfield Services Root Certificate Authority - G2,O=Starfield Technologies\, Inc.,L=Scottsdale,ST=Arizona,C=US 25 May 2015 31 Dec 2037 RSA 2048 SHA256-RSA 67f944a2a27cdf3fac2ae2b01f908eeb9c4c6
DNSSEC insecure

Validation of mcp.apievangelist.com. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
com. present 19718 13 Verified
apievangelist.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
Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://mcp.apievangelist.com/mcp Verified 200
http (plaintext) http://mcp.apievangelist.com/mcp HTTPS enforced 301 https://mcp.apievangelist.com/mcp
MCP tools — 57 exposed · ~3,443 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.

Tool Tokens
api_coverage ~46

Measure how much of an API description your governance actually inspects — coverage by section, each rule's reach, and the rules that match nothing. Like test coverage, one altitude up.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

api_scorecard ~66

Score an API's maturity 0-100 with a letter grade across design, governance coverage, documentation, and (from an apis.json) discoverability, agent-readiness, and operations. Pass your own `ruleset` — a score against rules you never adopted means little.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

apply_overlay ~37

Apply an OpenAPI Overlay to a document and report what each action matched. Use it for deprecation and migration choreography without forking the contract.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

audit_pipeline ~44

Score a repository's Spectral CI setup against an 8-point maturity rubric and return a prioritized punch-list. Pass a public `repo` ("owner/name") or `files`.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

certify_api ~43

Issue a tamper-evident governance certificate attesting an API passed a named ruleset at a profile threshold. A SHA-256 fingerprint lets anyone re-verify it.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

classify_api_fields ~41

Inventory the PII, secret, and sensitive fields an OpenAPI exposes, across parameters and request/response schemas. Run this before exposing an API to agents.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

code_snippets ~33

Generate runnable curl, JavaScript, and Python samples for every operation, with path params filled in and a realistic body.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

company_gaps ~29

A company's weakest investment dimensions — where it is thin. Pro.

NameTypeReqDescription
slugstringyes

No output schema declared.

No examples provided.

deprecation_posture ~34

Report every deprecated operation and whether it actually announces a sunset. The ones that go quiet are the ones that break consumers.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

diff_api_versions ~43

Compare two OpenAPI versions and classify every change as breaking, non-breaking, or an addition — at path, operation, parameter, request-body, and response granularity.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

export_agent_rules ~55

Turn a governance ruleset into agent-native guidance — an AGENTS.md block, a system-prompt set, a per-rule remediation pack, and a digest — so agents follow the rules while authoring, not after linting.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

find_areas ~104

The 77 focused topic areas of the network (agents, gateways, security, …), each a subsite with its own catalog.

NameTypeReqDescription
fieldsarray
limitinteger
matchstring
pageinteger
qstringFree text over title, summary, tags, and body.
sortstring
tagsarrayTag slugs; match any by default.

No output schema declared.

No examples provided.

find_building_blocks ~129

Search the governance building blocks by type: guidance (177), rules (617), policies (283), standards (432), strategies (75), schema (11), properties (790), experiences (46), lifecycle (29).

NameTypeReqDescription
fieldsarray
limitinteger
matchstring
pageinteger
qstringFree text over title, summary, tags, and body.
sortstring
tagsarrayTag slugs; match any by default.
typestringyes

No output schema declared.

No examples provided.

find_company_insights ~57

Browse profiled companies (Fortune 1000 + API providers) by name; ranked by technology-readiness signal. Free.

NameTypeReqDescription
limitinteger
pageinteger
qstring

No output schema declared.

No examples provided.

find_conversations ~99

API Evangelist Conversations — recorded discussions with API practitioners (guest, company, YouTube/SoundCloud links).

NameTypeReqDescription
fieldsarray
limitinteger
matchstring
pageinteger
qstringFree text over title, summary, tags, and body.
sortstring
tagsarrayTag slugs; match any by default.

No output schema declared.

No examples provided.

find_papers ~95

API Evangelist white papers — deep dives distilled from sixteen years of research, with outlines.

NameTypeReqDescription
fieldsarray
limitinteger
matchstring
pageinteger
qstringFree text over title, summary, tags, and body.
sortstring
tagsarrayTag slugs; match any by default.

No output schema declared.

No examples provided.

find_posts ~107

Search or browse 5,100+ API Evangelist stories (2010–present); filter by year or tags.

NameTypeReqDescription
fieldsarray
limitinteger
matchstring
pageinteger
qstringFree text over title, summary, tags, and body.
sortstring
tagsarrayTag slugs; match any by default.
yearstring

No output schema declared.

No examples provided.

find_related ~85

Given any doc (type + slug), the most related content across the whole network, ranked by shared-tag relevance (rare, specific tags weigh most). "More like this," across stories, areas, guidance, papers, conversations, and more.

NameTypeReqDescription
limitinteger
slugstringyes
typestringyes
typesarray

No output schema declared.

No examples provided.

find_services ~124

The services API Evangelist offers teams and customers — API strategy, governance, discovery, and evangelism engagements by Kin Lane. The front door to working with API Evangelist. (For the third-party vendor registry, use find_solutions.)

NameTypeReqDescription
fieldsarray
limitinteger
matchstring
pageinteger
qstringFree text over title, summary, tags, and body.
sortstring
tagsarrayTag slugs; match any by default.

No output schema declared.

No examples provided.

find_solutions ~113

The solutions registry — 740+ third-party API services and tools (gateways, portals, testing, monitoring, …) ranked by adoption across the companies API Evangelist tracks.

NameTypeReqDescription
fieldsarray
limitinteger
matchstring
pageinteger
qstringFree text over title, summary, tags, and body.
sortstring
tagsarrayTag slugs; match any by default.

No output schema declared.

No examples provided.

find_tags ~79

Browse and rank the network tag taxonomy — every subject tag across 16k+ docs, by frequency or breadth (how many content types use it). Search with q. The map of what API Evangelist covers.

NameTypeReqDescription
limitinteger
pageinteger
qstring
sortstring

No output schema declared.

No examples provided.

find_tools ~106

The open-source tooling registry — 400+ tools in use across the companies API Evangelist tracks, each with adoption counts and technology-radar placement.

NameTypeReqDescription
fieldsarray
limitinteger
matchstring
pageinteger
qstringFree text over title, summary, tags, and body.
sortstring
tagsarrayTag slugs; match any by default.

No output schema declared.

No examples provided.

find_videos ~97

The API Evangelist video library — interviews and discussions from across the API space, searchable by transcript.

NameTypeReqDescription
fieldsarray
limitinteger
matchstring
pageinteger
qstringFree text over title, summary, tags, and body.
sortstring
tagsarrayTag slugs; match any by default.

No output schema declared.

No examples provided.

find_vocabulary ~112

The API vocabulary — thousands of resources, actions, personas, domains, schemas, and tags extracted from the API landscape. Filter by category.

NameTypeReqDescription
categorystring
fieldsarray
limitinteger
matchstring
pageinteger
qstringFree text over title, summary, tags, and body.
sortstring
tagsarrayTag slugs; match any by default.

No output schema declared.

No examples provided.

forge_mcp_tools ~43

From an OpenAPI, forge an MCP server design, per-operation tools, Agent Skills, an enriched OpenAPI, a server.json, and apis.json properties.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

gate_agent_context ~46

Choose which operations and fields an API exposes to agents and emit a governed Tyk OpenAPI, an MCP tool manifest, and a Spectral ruleset with PII and secret checks.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

generate_agent_descriptor ~42

Generate an API's llms.txt and an AGENTS.md consumption contract — base URL, auth, the operation table, deprecated operations to avoid, and usage rules.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_area ~31

One topic area with its related-area graph resolved — walk the network from here.

NameTypeReqDescription
slugstringyes

No output schema declared.

No examples provided.

get_building_block ~48

One building block by type + slug; include=["content"] returns the full body.

NameTypeReqDescription
includearray
slugstringyes
typestringyes

No output schema declared.

No examples provided.

get_company_insight ~40

Full demand-side profile for one company: 40-dimension readiness, adopted stack, per-quarter history. Pro.

NameTypeReqDescription
slugstringyes

No output schema declared.

No examples provided.

get_contact ~33

Every way to reach API Evangelist — email, contact form, newsletter, GitHub, social channels, and postal mail.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_conversation ~41

One conversation with guest detail and media links; include=["content"] returns the writeup.

NameTypeReqDescription
includearray
slugstringyes

No output schema declared.

No examples provided.

get_feeds ~36

The static machine-readable feeds every network site publishes (JSON, APIs.json, zero-auth) — the no-key alternative to this API.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_guidance_section ~63

One editorial guidance section as a list: history, technology, business, politics, governance, or evangelism — the six lenses API Evangelist organizes guidance through.

NameTypeReqDescription
limitinteger
pageinteger
sectionstringyes

No output schema declared.

No examples provided.

get_overview ~73

START HERE. What the API Evangelist network offers: sixteen years of API research as searchable stories, 77 topic areas, governance building blocks (guidance, rules, policies, standards, strategies), papers, conversations, and the consulting services Kin Lane offers teams. Returns counts, entry points, and how to engage.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_paper ~28

One paper with its full outline and purchase/landing URL.

NameTypeReqDescription
slugstringyes

No output schema declared.

No examples provided.

get_post ~43

One story by slug (YYYY-MM-DD-slug); include=["content"] returns the full markdown body.

NameTypeReqDescription
includearray
slugstringyes

No output schema declared.

No examples provided.

get_service ~41

Full detail for one service offering by slug; include=["content"] inlines the full pitch.

NameTypeReqDescription
includearray
slugstringyes

No output schema declared.

No examples provided.

get_solution ~31

One solution from the vendor registry by slug, with its website and adoption count.

NameTypeReqDescription
slugstringyes

No output schema declared.

No examples provided.

get_stats ~31

PRO — catalog intelligence: per-type counts, stories-per-year, and the top tags by reach across the network.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_tag ~66

One tag with its per-type counts and everything it labels across the whole network (stories, areas, guidance, papers, …). Filter with types.

NameTypeReqDescription
limitinteger
pageinteger
slugstringyes
typesarray

No output schema declared.

No examples provided.

get_timeline ~79

One of the four research timelines in chronological order: api (the moments that shaped web APIs), resources (which digital resources became APIs and when), industries (the industrial history framing API infrastructure), people (the people who made compute and APIs possible).

NameTypeReqDescription
limitinteger
pageinteger
timelinestringyes

No output schema declared.

No examples provided.

get_tool ~35

One tool from the tooling registry by slug, with its website, adoption count, and radar ring.

NameTypeReqDescription
slugstringyes

No output schema declared.

No examples provided.

get_video ~41

One video by slug with its YouTube id; include=["content"] returns the full transcript.

NameTypeReqDescription
includearray
slugstringyes

No output schema declared.

No examples provided.

govern_estate ~94

PRO — Run the core governance checks across a WHOLE SET of internal APIs and roll them up: per-API score/grade/errors/PII, plus estate aggregates (avg score, grade distribution, APIs with PII/secrets) and a worst-first punch-list of what to fix. Pass `apis` ([{id, document}]) and your own `ruleset`. detail:true adds per-API dimensions.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

governance_report ~31

Turn Spectral findings into a self-contained HTML governance report — severity summary, grouped by rule, framed toward progress.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

guide_topic ~92

PRO — Curated guide to one API topic (e.g. "gateways", "api governance", "discovery", "agents"). Bundles the matching topic area (with related areas), top guidance, rules, policies, and standards, relevant papers and recent stories, plus the API Evangelist services that can help a team with this topic.

NameTypeReqDescription
topicstringyesThe topic to build a guide for.

No output schema declared.

No examples provided.

insights_adoption ~46

Services, tools, or standards ranked by how many companies adopt them. Free.

NameTypeReqDescription
limitinteger
pageinteger
typestring

No output schema declared.

No examples provided.

insights_dimensions ~47

Cross-section ranking of the 40 tracked investment dimensions (AI, cloud, governance, …) by company signal. Free.

NameTypeReqDescription
limitinteger
pageinteger

No output schema declared.

No examples provided.

map_api_experience ~50

Map each REST operation to its MCP tool and Agent Skill — the API -> MCP -> Agent-Skill chain — from an APIs.json, with a free/paid coverage scorecard and a flow map.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.