Esta página se muestra en inglés. Una traducción al español está en curso.
MCP ConfigsMay 13, 2026·2 min de lectura

reShapr — Turn OpenAPI into MCP Tools (No-code)

reShapr turns REST/GraphQL/gRPC APIs into MCP tools with context control; verified 86★ and ships a CLI plus `reshapr run` to start the platform.

Listo para agents

Este activo puede ser leído e instalado directamente por agents

TokRepo expone un comando CLI universal, contrato de instalación, metadata JSON, plan según adaptador y contenido raw para que los agents evalúen compatibilidad, riesgo y próximos pasos.

Native · 94/100Política: permitir
Superficie agent
Cualquier agent MCP/CLI
Tipo
Mcp
Instalación
Npm
Confianza
Confianza: Established
Entrada
reshapr run
Comando CLI universal
npx tokrepo install 47dff284-e7d8-5445-a48a-f4b1031f2ef5
Introducción

reShapr turns REST/GraphQL/gRPC APIs into MCP tools with context control; verified 86★ and ships a CLI plus reshapr run to start the platform.

Best for: Builders who want agents to call real APIs without sending huge payloads into the context window

Works with: Docker (local platform), OpenAPI specs, and any MCP client consuming the generated MCP endpoints

Setup time: 10-25 minutes

Key facts (verified)

  • GitHub: 86 stars · 10 forks · pushed 2026-05-13.
  • License: Apache-2.0 · owner avatar + repo URL verified via GitHub API.
  • README-backed entrypoint: reshapr run.

Main

  • Use it when payload size is the bottleneck: transform noisy APIs into slim MCP tools and keep response shaping at the boundary (context control).

  • Start from a stable OpenAPI spec: import one known-good spec (like the README example) before wiring production APIs.

  • Treat the control plane credentials as dev-only defaults: change them and put the platform behind your internal network boundaries.

Source-backed notes

  • README describes reShapr as an open-source, no-code MCP server that transforms REST/GraphQL/gRPC services into optimized tools.
  • README quickstart: install CLI via npm install -g @reshapr/reshapr-cli, then reshapr run to start containers and a control plane at http://localhost:5555.
  • README shows importing an OpenAPI file and mentions a resulting MCP server endpoint under http://localhost:7777/mcp/....

FAQ

  • Do I need Docker?: For the local platform path, yes — README says reshapr run starts containers via Docker.
  • What protocols are supported?: README lists REST, GraphQL, and gRPC as inputs for transformation.
  • Can I try it without installing locally?: Yes — README points to a hosted try site; use it for quick evaluation.
🙏

Fuente y agradecimientos

Source: https://github.com/reshaprio/reshapr > License: Apache-2.0 > GitHub stars: 86 · forks: 10

Discusión

Inicia sesión para unirte a la discusión.
Aún no hay comentarios. Sé el primero en compartir tus ideas.

Activos relacionados