MCP Servers

A collection of Model Context Protocol servers, templates, tools and more.

Agent Skills for Fortytwo Network — the first collective super-intelligence owned by its participants. These skills enable AI agents to query Fortytwo Prime for high-confidence answers.

Created 3/27/2026
Updated about 4 hours ago
Repository documentation and setup instructions

Fortytwo MCP Skills

Agent Skills for Fortytwo Network — the first collective super-intelligence owned by its participants. These skills enable AI agents to query Fortytwo Prime for high-confidence answers.

GitHub contributors GitHub commit activity GitHub repo size

Website fortytwo.network Docs Discord Twitter Fortytwo

Available Skills

| Skill | Description | | ----- | ----------- | | Fortytwo MCP | Fortytwo MCP calls Fortytwo Prime to deliver the best possible answer through a paid gateway. It is ideal for high-complexity questions and critical moments when your agent needs to be right. |

Installation

Install with Vercel's Skills CLI:

npx skills add Fortytwo-Network/fortytwo-mcp-skills

Usage

Skills are automatically available once installed. The agent will use them when relevant tasks are detected.

Examples:

Ask Fortytwo Prime to review this architecture and find the weakest points
Ask Prime to debug this concurrency issue and propose the safest fix

How It Works

Fortytwo MCP connects your agent to Fortytwo Prime — a collective inference system where multiple independent AI nodes collaborate on every question. Queries are paid per-request via the x402 micropayment protocol using USDC on Base or Monad. The first call triggers a payment challenge; subsequent calls within the same session are free.

License

This project is licensed under the terms of the MIT License.


Fortytwo Network | Documentation | Discord | X

Quick Setup
Installation guide for this server

Installation Command (package not published)

git clone https://github.com/Fortytwo-Network/fortytwo-mcp-skills
Manual Installation: Please check the README for detailed setup instructions and any additional dependencies required.

Cursor configuration (mcp.json)

{ "mcpServers": { "fortytwo-network-fortytwo-mcp-skills": { "command": "git", "args": [ "clone", "https://github.com/Fortytwo-Network/fortytwo-mcp-skills" ] } } }