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

barrel_mcp MCP Server

barrel-platform/barrel_mcp

Score: 53.3 Rank #57 Agent Framework
Are you the maintainer of barrel-platform/barrel_mcp? Claim this listing →

MCP (Model Context Protocol) server library for Erlang

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

Overview

barrel-platform/barrel_mcp is a Erlang MCP server licensed under Apache-2.0. MCP (Model Context Protocol) server library for Erlang

Ranked #57 out of 124 indexed tools.

Actively maintained with commits in the last week.

Ecosystem

Erlang Apache-2.0

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 Apache-2.0

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

Matched Queries

"model context protocol""model-context-protocol"

From the README

# barrel_mcp

MCP (Model Context Protocol) library for Erlang. Implements the MCP specification for both server and client modes, including the Streamable HTTP transport (protocol 2025-03-26) for Claude Code integration.

## Features

- **Full MCP Protocol Support**: Tools, Resources, Prompts, and Sampling
- **Multiple Transports**: Streamable HTTP (Claude Code), HTTP (Cowboy), and stdio (Claude Desktop)
- **Pluggable Authentication**: Bearer JWT, API keys, Basic auth, or custom providers
- **Supervised Registry**: gen_statem-based registry with atomic operations
- **Fast Reads**: ETS + persistent_term for O(1) handler lookups (no process call)
- **Ready/Not-Ready States**: Flexible initialization pattern
- **Client Library**: Connect to external MCP servers
- **Zero-dependency JSON**: Uses OTP 27+ built-in `json` module

## Installation

Add to your `rebar.config`:

```erlang
{deps, [
    {barrel_mcp, {git, "https://github.com/your-org/barrel_mcp.git", {branch, "main"}}}
]}.
```

## A
Read full README on GitHub →

Get the weekly AgentRank digest

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