← apievangelist.com

INDIVIDUAL MCP TOOL

get_paper

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

apievangelist.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.apievangelist.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_paper and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.
  • A tool name or description suggests a financial action.

Parent server

apievangelist.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.api-evangelist]
url = "https://mcp.apievangelist.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "api-evangelist": {
      "type": "http",
      "url": "https://mcp.apievangelist.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: api-evangelist
Remote MCP URL: https://mcp.apievangelist.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "api-evangelist": {
      "url": "https://mcp.apievangelist.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "api-evangelist": {
      "type": "http",
      "url": "https://mcp.apievangelist.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "api-evangelist",
  "transport": "streamable-http",
  "url": "https://mcp.apievangelist.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_overview — START HERE.
  • guide_topic — PRO — Curated guide to one API topic (e.
  • find_services — The services API Evangelist offers teams and customers — API strategy, governance, discovery, and evangelism engagements by Kin Lane.
  • get_service — Full detail for one service offering by slug; include=["content"] inlines the full pitch.
  • find_solutions — The solutions registry — 740+ third-party API services and tools (gateways, portals, testing, monitoring, …) ranked by adoption across the companies API Evangelist tracks.
  • get_solution — One solution from the vendor registry by slug, with its website and adoption count.
  • find_tools — The open-source tooling registry — 400+ tools in use across the companies API Evangelist tracks, each with adoption counts and technology-radar placement.
  • get_tool — One tool from the tooling registry by slug, with its website, adoption count, and radar ring.