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

ctonneslan/mcpwire

Score: 62.5 Rank #3 MCP Server

The simplest way to connect to MCP servers. Two lines to connect, one line to call tools.

Use ctonneslan/mcpwire in Claude Code Install AgentRank MCP — your AI finds the right tool automatically
Get API Access →
claude mcp add agentrank -- npx -y agentrank-mcp-server

Overview

ctonneslan/mcpwire is a TypeScript MCP server licensed under MIT. The simplest way to connect to MCP servers. Two lines to connect, one line to call tools. Topics: agents, ai, anthropic, claude, llm, mcp, model-context-protocol, openai, tools, typescript.

Ranked #3 out of 110 indexed tools.

In the top 3% of all indexed tools.

Actively maintained with commits in the last week.

Ecosystem

TypeScript MIT
agentsaianthropicclaudellmmcpmodel-context-protocolopenaitoolstypescript

Score Breakdown

StarsFreshnessIssue HealthContributorsDependents
Stars 15% 1

1 stars → early stage

Freshness 25% today

Last commit today → actively maintained

Issue Health 25% 60%

3/5 issues closed → decent issue management

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 MIT

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

Contributors medium impact

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

Dependents medium impact

No downstream dependents detected yet — adoption by other projects is the strongest trust signal

Badge all embed codes →

AgentRank score for ctonneslan/mcpwire
[![AgentRank](https://agentrank-ai.com/api/badge/tool/ctonneslan--mcpwire)](https://agentrank-ai.com/tool/ctonneslan--mcpwire/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge)
<a href="https://agentrank-ai.com/tool/ctonneslan--mcpwire/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge"><img src="https://agentrank-ai.com/api/badge/tool/ctonneslan--mcpwire" 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="ctonneslan/mcpwire"></script>

Matched Queries

"mcp server""mcp-server"

From the README

# mcpwire

**The simplest way to connect to MCP servers.** Two lines to connect. One line to call tools.

```typescript
import { connect } from "mcpwire";

const server = await connect("http://localhost:3000/mcp");
const result = await server.callTool("search", { query: "hello" });
```

No transport configuration. No protocol negotiation. No boilerplate. Just connect and go.

## Why?

The official MCP SDK is powerful but verbose. Connecting to a server takes 30+ lines of setup code. mcpwire wraps it in a clean, ergonomic API so you can focus on building, not configuring.

| | mcpwire | Official SDK |
|---|------|-------------|
| Lines to connect | 2 | 15-30+ |
| Auto transport detection | Yes | Manual |
| OpenAI/Anthropic tool format | Built-in | DIY |
| Server discovery | Built-in | None |
| Learning curve | 3 methods | 20+ classes |

## Install

```bash
npm install mcpwire
```

## Quick Start

### Connect over HTTP

```typescript
import { connect } from "mcpwire";

const server = awa
Read full README on GitHub →
Are you the maintainer of ctonneslan/mcpwire?

Claim this listing to add a tagline, mark deprecation status, and get a verified maintainer badge.

Claim this tool →

Get the weekly AgentRank digest

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