RECLUSE Spider MCP Server

RECLUSE Spider MCP Server

Enables autonomous web-contract verification through MCP tools for planning, classifying, checking, and recording bug patterns, with access to a shared community corpus that strengthens collective detection.

Category
访问服务器

README

🕷️ RECLUSE

npm

Autonomous web-contract verification — an MCP server + GitHub Action + collective bug-corpus that catches the bugs hiding in your system's seams.

The recluse bites the bugs that hide in the seams.

Vibe-coding made building fast — but fixing slow. RECLUSE traces your system's seams (producer → store → consumer contracts), catches the bugs that live there, blocks the PR, and pools every caught pattern into a collective corpus that makes everyone's spider smarter.

Live page & corpus: https://eduverse-ai.app/recluse


Quickstart

① GitHub Action — gate every PR (blocks on 🔴)

# .github/workflows/recluse.yml
name: RECLUSE
on:
  pull_request:
    branches: [main]
jobs:
  weave:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v4
        with: { fetch-depth: 0 }
      - uses: vinsenzo83/recluse@v1.1
        with: { base: origin/${{ github.base_ref }} }
        env:
          ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}

Without a key it runs in advisory mode (known-trap checklist, non-blocking). With ANTHROPIC_API_KEY it does a real weave on the diff + 🔴 blocking + contributes new patterns to the corpus.

② MCP server — for your editor (Cursor, Claude, any MCP client)

One line, no clone — published on npm:

{ "mcpServers": { "recluse": {
  "command": "npx",
  "args": ["-y", "recluse-mcp"],
  "env": { "SPIDER_CORPUS_API": "https://eduverse-ai.app/api/corpus" }
} } }

MCP tools: spider_plan · spider_classify_tier · spider_checklist · spider_record_pattern (local + shared contribution) · spider_pull_corpus (collective pull). MCP resources: spider://checklist · spider://queries · spider://corpus · spider://blackbox.


How it works — autonomous loop

WEB (detect) → CATCH (a contract mismatch) → SPIDER (autonomous fix) → RE-WEAVE (verify) → loop until 🔴 = 0

Multi-perspective spiders trace each end-to-end flow and compare what's written (column / type / enum / unit / authz) against what the consumer expects. Mismatches in the seams — the bugs no single-file review catches — get caught with live evidence.

Spider tiers — resource by criticality

Spider Model Scope
🕷️ King Opus payments · auth · GDPR · data loss · secrets
🕸️ Mid Sonnet business logic · contracts · i18n · gating
🐜 Baby Haiku docs · dead code · lint

🧬 Collective corpus (the moat)

The more people use it, the thicker the corpus — every spider catches more (data network effect). Patterns are tech-stack-keyed, so a bug caught in one project helps everyone on the same stack.

  • Scrub-first: file paths, code literals, secrets (keys / JWT / high-entropy), emails, URLs, IPs are stripped; anything still suspicious is rejected. Only the generalized technique is shared.
  • Opt-in & anonymous: contributors/projects are stored only as irreversible hashes — no identity, no raw text.

Corpus API

  • POST /v1/patterns {klass,name,signal,fix,tags?,severity?,tier?} → scrub · dedup · trust accrual
  • GET /v1/patterns?tags=postgres,payment&class=unit&limit=50 → collective corpus (verified · hit_count order)
  • GET /healthz

Principles

No fabrication (live evidence only) · scrub-first (zero code/secret leakage) · opt-in & anonymous · detection = read-only, fixes = isolated spiders.

Repo layout

src/index.js            # MCP server (stdio)
cli/recluse.mjs         # CI weave CLI
action.yml              # GitHub Action

The collective corpus is a hosted service (https://eduverse-ai.app/api/corpus); its backend (schema, scrub pipeline, ingestion) is closed-source.

License

UNLICENSED (proprietary).

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选