API Development MCP Servers

MCP servers for designing, testing and calling APIs — REST, GraphQL, OpenAPI, webhooks and gateways. Each entry is scanned with the deterministic Capability-Flow Trust Model — grades are computed, never self-reported.

Transport Http Source verified npm
A
@tmcp/transport-http

Security scan results for the Transport Http MCP server.

API Development Score 100/100 0 findings 1.9M/wk Cap. Minimal
Orval npm
A
@orval/mcp

Security scan results for the Orval MCP server.

API Development Score 100/100 0 findings 1.6M/wk Cap. Minimal
Proxy Source verified npm
A
mcp-proxy

Security scan results for the Proxy MCP server.

API Development Score 100/100 4 findings 1.3M/wk Cap. High
Remote npm
A
mcp-remote

Security scan results for the Remote MCP server.

API Development Score 100/100 0 findings 474k/wk Cap. Minimal
Mcporter npm
A
mcporter

Security scan results for the Mcporter MCP server.

API Development Score 100/100 10 findings 443k/wk Cap. High
Hono Source verified npm
A
@hono/mcp

Security scan results for the Hono MCP server.

API Development Score 100/100 0 findings 308k/wk Cap. Minimal
Azure Devops npm
A
@azure-devops/mcp

Security scan results for the Azure Devops MCP server.

API Development Score 100/100 0 findings 139k/wk Cap. Minimal
Brilliant Directories Source verified npm
A
brilliant-directories-mcp

Security scan results for the Brilliant Directories MCP server.

API Development Score 100/100 0 findings 75k/wk Cap. Minimal
Salesforce Official npm
A
@salesforce/mcp

Security scan results for the Salesforce MCP server.

API Development Score 100/100 4 findings 59k/wk Cap. High
Preferences Source verified npm
A
@transcend-io/mcp-server-preferences

Security scan results for the Preferences MCP server.

API Development Score 100/100 0 findings 45k/wk Cap. Minimal
Transcend Io Source verified npm
A
@transcend-io/mcp

Security scan results for the Transcend Io MCP server.

API Development Score 100/100 0 findings 44k/wk Cap. Minimal
Assessment Source verified npm
A
@transcend-io/mcp-server-assessment

Security scan results for the Assessment MCP server.

API Development Score 100/100 0 findings 44k/wk Cap. Minimal
Consent Source verified npm
A
@transcend-io/mcp-server-consent

Security scan results for the Consent MCP server.

API Development Score 100/100 0 findings 44k/wk Cap. Minimal
Discovery Source verified npm
A
@transcend-io/mcp-server-discovery

Security scan results for the Discovery MCP server.

API Development Score 100/100 0 findings 44k/wk Cap. Minimal
Dsr Source verified npm
A
@transcend-io/mcp-server-dsr

Security scan results for the Dsr MCP server.

API Development Score 100/100 0 findings 44k/wk Cap. Minimal
Admin Source verified 2 implementations
A
best: @transcend-io/mcp-server-admin

Security scan results for the Admin MCP server.

API Development Best score 100/100 0 findings 44k/wk Cap. Minimal
Workflows Source verified npm
A
@transcend-io/mcp-server-workflows

Security scan results for the Workflows MCP server.

API Development Score 100/100 0 findings 44k/wk Cap. Minimal
Inventory Source verified npm
A
@transcend-io/mcp-server-inventory

Security scan results for the Inventory MCP server.

API Development Score 100/100 0 findings 44k/wk Cap. Minimal
Base Source verified npm
A
@transcend-io/mcp-server-base

Security scan results for the Base MCP server.

API Development Score 100/100 0 findings 44k/wk Cap. Minimal
N8n Nodes Mcp Enhanced npm
A
@scalogicai/n8n-nodes-mcp-enhanced

Security scan results for the N8n Nodes Mcp Enhanced MCP server.

API Development Score 100/100 0 findings 14k/wk Cap. Minimal
Config Schema npm
A
@gleanwork/mcp-config-schema

Security scan results for the Config Schema MCP server.

API Development Score 100/100 0 findings 11k/wk Cap. Minimal
Global Source verified npm
A
@mcp-b/global

Security scan results for the Global MCP server.

API Development Score 100/100 1 finding 10k/wk Cap. High
Google Calendar Source verified npm
A
@cocal/google-calendar-mcp

Security scan results for the Google Calendar MCP server.

API Development Score 100/100 0 findings 7.5k/wk Cap. Minimal
From Openapi Source verified npm
A
mcp-from-openapi

Security scan results for the From Openapi MCP server.

API Development Score 100/100 0 findings 7.4k/wk Cap. Minimal

API development MCP servers, from spec parsing to live requests

An API development MCP server gives an AI assistant hands-on access to your HTTP tooling: clients that fire REST and GraphQL requests, parsers for OpenAPI and Swagger documents, webhook receivers and test tunnels, and the management planes of API gateways. Because the Model Context Protocol turns a plain-language prompt from Claude, Cursor or another LLM client into a live network call, this category pairs unusually high utility with unusually high exposure.

  • Everyday wins: have the assistant generate and execute test requests against a REST or GraphQL endpoint, scaffold typed client code from an OpenAPI document, or replay webhook payloads while debugging a broken integration.
  • Credential concentration: API tooling routinely carries bearer tokens, keys and signing secrets in headers or environment variables — exactly the material an over-permissioned server can leak into logs or model context.
  • Arbitrary egress: a tool that can "call any URL" is one prompt injection away from probing internal gateways, cloud metadata endpoints or staging services that were never meant to be reachable.
  • Write access gone wrong: a malicious server with gateway or webhook management rights could reroute traffic or point a webhook at an attacker-controlled receiver.

Reading Trust Scores when a tool can make real network calls

Every listing comes from a deterministic pass of the open-source mcptrustchecker engine over the published npm or PyPI package: it maps the capability "blast radius", records concrete findings with evidence, and assigns an A–F Trust Score — identical input, identical result, no AI in the scoring loop, no paid placement. For API development servers, weigh combinations of network egress plus secret access hardest; that pairing is the classic toxic flow. The full model is documented under how the scoring works.

Browse the complete MCP Trust Registry, compare adjacent categories like Analytics & Monitoring and Content Management, or run any package through the free scan API before you install it.

Can an MCP server leak my API keys or tokens?

Yes, if it is over-permissioned or carelessly built: anything that reads environment variables or request headers and also has network egress can move secrets somewhere you never intended. Prefer short-lived, least-privilege credentials, keep production write access behind human review, and check a server's Trust Score and individual security findings before installing. Treat the score as an automated opinion on the published code, not a certification.