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

fib-mcp MCP Server

querycatai/fib-mcp

Score: 55.7 Rank #1503 Agent Framework
Are you the maintainer of querycatai/fib-mcp? Claim this listing →

MCP (Model Context Protocol) SDK for the fibjs ecosystem.

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

Overview

querycatai/fib-mcp is a TypeScript MCP server. MCP (Model Context Protocol) SDK for the fibjs ecosystem.

Ranked #1503 out of 30046 indexed tools.

In the top 6% of all indexed tools.

Actively maintained with commits in the last week.

Ecosystem

TypeScript No license 556 npm/wk

Score Breakdown

StarsFreshnessIssue HealthContributorsDependents
Stars 15% 9

9 stars → early stage

Freshness 25% 1d ago

Last commit 1d ago → actively maintained

Issue Health 25% 50%

No issues filed → no history to score

Contributors 10% 0

0 contributors → solo project

Dependents 25% 0

No dependents → no downstream usage

npm Downloads 13% 556/wk

556 weekly installs → early adoption

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

Matched Queries

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

From the README

# fib-mcp

MCP (Model Context Protocol) SDK for the fibjs ecosystem.

`McpServer` and `McpClient` extend `@modelcontextprotocol/sdk` directly.
fib-mcp adds fibjs-native server transports (`sse`, `ws`, `http`),
fibjs-native client transports for `sse` and `ws`, and handler methods
for mounting server transports into your own `http.Server`.

TypeScript runs directly on fibjs; no compile step is required.

## Features

- `McpServer extends sdk.McpServer` — all SDK methods available as-is
- `McpClient extends sdk.Client` — all SDK methods available as-is
- fibjs-native server transports: `sse`, `ws`, `http`
- fibjs-native client transports: `sse`, `ws`
- HTTP client uses the SDK Streamable HTTP transport
- SSE automatic endpoint discovery (standard MCP SSE protocol)
- Designed to be mounted into user-managed `http.Server` routes

## Installation

```bash
fibjs --install fib-mcp
```

## Quick Start

### Server - HTTP

```ts
import http from 'http';
import { McpServer } from 'fib-mcp';

cons
Read full README on GitHub →

Get the weekly AgentRank digest

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