Google PageRank for AI agents. 25,000+ tools indexed.

apispec-mcp MCP Server

pepalonso/apispec-mcp

Score: 49.6 Rank #105 MCP Server
Are you the maintainer of pepalonso/apispec-mcp? Claim this listing →

MCP server for exploring OpenAPI/Swagger specs without loading them into context.

Add AgentRank to Claude Code Discover and compare tools like pepalonso/apispec-mcp — your AI finds the right one automatically
Get API Access →
claude mcp add agentrank -- npx -y agentrank-mcp-server

Overview

pepalonso/apispec-mcp is a TypeScript MCP server. MCP server for exploring OpenAPI/Swagger specs without loading them into context.

Ranked #105 out of 124 indexed tools.

Actively maintained with commits in the last week.

Ecosystem

TypeScript No license

Score Breakdown

StarsFreshnessIssue HealthContributorsDependents
Stars 15% 1

1 stars → early stage

Freshness 25% today

Last commit today → actively maintained

Issue Health 25% 50%

No issues filed → no history to score

Contributors 10% 1

1 contributor → solo project

Dependents 25% 0

No dependents → no downstream usage

npm Downloads N/A
PyPI Downloads N/A
Forks 0
Description Good
License None

Weights: Freshness 25% · Issue Health 25% · Dependents 25% · Stars 15% · Contributors 10% · How we score →

How to Improve

Description low impact

Expand your description to 150+ characters for better discoverability

License low impact

Add an MIT or Apache-2.0 license to signal trust and enable adoption

Contributors medium impact

Single-contributor projects carry bus-factor risk — welcoming contributors boosts confidence

Badge all embed codes →

AgentRank score for pepalonso/apispec-mcp
[![AgentRank](https://agentrank-ai.com/api/badge/tool/pepalonso--apispec-mcp)](https://agentrank-ai.com/tool/pepalonso--apispec-mcp/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge)
<a href="https://agentrank-ai.com/tool/pepalonso--apispec-mcp/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge"><img src="https://agentrank-ai.com/api/badge/tool/pepalonso--apispec-mcp" alt="AgentRank"></a>

Embed Widget docs →

Embed a rich score widget on your site or blog.

<script src="https://agentrank-ai.com/embed.js" data-tool="pepalonso/apispec-mcp"></script>

Matched Queries

"mcp server""mcp-server"

From the README

# apispec-mcp

An MCP server that lets AI agents explore and understand OpenAPI/Swagger specifications. Point it at any spec URL and use 11 tools to browse endpoints, schemas, auth, and generate examples — without the agent ever loading the raw JSON into context.

Supports Swagger 2.0, OpenAPI 3.0, and OpenAPI 3.1 (JSON or YAML).

## Quick start

No installation needed. Add this to your MCP client config and you're done.

### Cursor

Add to `.cursor/mcp.json`:

```json
{
  "mcpServers": {
    "apispec-mcp": {
      "command": "npx",
      "args": ["-y", "apispec-mcp"]
    }
  }
}
```

### Claude Desktop

Add to `claude_desktop_config.json`:

```json
{
  "mcpServers": {
    "apispec-mcp": {
      "command": "npx",
      "args": ["-y", "apispec-mcp"]
    }
  }
}
```

### Other MCP clients

Any client that supports stdio MCP servers can run it with:

```bash
npx apispec-mcp
```

## Usage

Once configured, tell the agent to load a spec — it will prompt you for the URL:

> Load the API spec
Read full README on GitHub →

Get the weekly AgentRank digest

Top movers, new tools, ecosystem insights — straight to your inbox.