Logo
NeoArc Studio

REST API Tools Reference

Complete reference for the 12 MCP tools and 3 resources available in the NeoArc Studio REST API MCP server, covering API project management, endpoint CRUD, security schemes, and documentation references.

REST API MCP Server

The REST API server provides full access to REST API documentation projects. Each API project consists of a root definition (rest.api.json) containing servers, security schemes, and tags, plus individual endpoint files in a definitions/ subdirectory. Endpoints reference schemas for all parameter and body definitions, completing the model-first pipeline.

Discovery Tools

Explore API projects and their endpoints.

API and Endpoint Management

Create API projects and manage endpoints with full control over HTTP methods, paths, parameters, request bodies, and responses.

Security and Servers

Configure API security (OAuth2, API keys, Bearer tokens, mTLS, OpenID Connect) and deployment servers. Security requirements use OR-of-AND logic - each top-level element is an alternative, each inner element is a conjunction.

References

Find where endpoints are documented across content pages.

Resources

Reference data for HTTP methods, status codes, and security scheme configuration.