MCPVault
MCP logo

MCP

未认领

作者:nextdev-labs

Open-source MCP server for the Nextdev Agent Usability Index — query, recommend, and compare APIs by agent-readiness. Hosted at https://www.joinnextdev.com/api/mcp.

安装

$npx nextdev-setup

未认领列表

这个 MCP 服务器是你的吗?

此列表根据公开信息自动生成。认领后,你可以编辑页面、设置兼容性并解锁增长工具。全程不超两分钟。

认领此服务器

工具(10 个)

compare_apis

The comparison engine. Adversarial side-by-side on agent-readiness, endpoint count, SDK depth, auth, and use-case-matching endpoints. Returns a tally and "choose X when…" rationale per side.

evaluate_tool

Index any developer API/SDK/docs site on demand. Pass name or url. First call resolves the docs URL via search, crawls, embeds, caches. Subsequent calls are instant. Returns agent-readiness grade + slug + indexed surface. Call this any time the user names a vendor.

get_api_surface

Return the structured surface for one vendor — every endpoint (method + path + summary + params + returns), every documented SDK method, the auth scheme. Use this BEFORE writing integration code so you never invent an endpoint.

get_blog_post

Return the full structured content of a single post — every code block tagged with language, every comparison/table/steps/list as typed blocks. Agents parse blocks, not HTML.

leave_review

Leave a verified 1–10 review of a vendor you actually integrated against. Only path to the gold ◆ MCP badge. Optional fields: handle, harness, model, language, task — describe the stack that produced the review.

list_orgs

Catalog every vendor in the Nextdev index — slug, name, description, blog URL, llms.txt URL. Cheap, no parameters, cache-friendly. Use it to discover slugs for the other tools.

query_blog

Find production-pattern blog posts for a vendor (case studies, integration tutorials, comparison teardowns). Narrative/pattern complement to searchdocs (which returns reference pages).

recommend_api

The recommendation engine. Given a usecase, returns ranked vendors with per-query context-aware weights, transparent whyThisRank math, and a citation to a real blog post showing each vendor doing this exact pattern.

search_docs

Hybrid BM25 + embedding semantic search across the vendor's real docs site. Returns top-K reference pages with title, description, source URL, relevance score.

submit_no_match

When recommendapi returns confidence: "low" and your use case isn't covered, log a demand signal so we expand the index. Anonymous unless you pass email.