API 엔드포인트를 실제로 호출합니다. 인증이 설정된 API는 자동으로 로그인하여 토큰을 획득합니다.
AI agents invoke callEndpoint to trigger actions in Swagger MCP (Multi-API Edition). What it does depends on the arguments the agent supplies, and its effects often reach beyond the immediate call — builds kicked off, notifications sent, workflows started.
This tool executes real calls to arbitrary API endpoints, which can trigger any kind of side effect depending on the endpoint being called — reads, writes, deletions, or financial operations. Since the tool itself is a generic executor that spans all possible categories, the most severe applicable is Execute (and potentially higher depending on the endpoint).
From the tool's definition "API 엔드포인트를 실제로 호출합니다" (Actually calls an API endpoint) and "자동으로 로그인하여 토큰을 획득합니다" (automatically logs in to acquire a token)
Attacks that exploit this kind of access
API 엔드포인트를 실제로 호출합니다. 인증이 설정된 API는 자동으로 로그인하여 토큰을 획득합니다. It is categorised as a Execute tool in the Swagger MCP (Multi-API Edition) MCP Server, which means it can trigger actions or run processes. Use rate limits and argument validation.
Register the Swagger MCP (Multi-API Edition) MCP server in PolicyLayer and add a rule for callEndpoint: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches Swagger MCP (Multi-API Edition). Nothing to install.
callEndpoint is a Execute tool with high risk. Execute tools should be rate-limited and have argument validation enabled.
Yes. Add a rate_limit block to the callEndpoint rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.
Set action: deny in the PolicyLayer policy for callEndpoint. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.
callEndpoint is provided by the Swagger MCP (Multi-API Edition) MCP server (psh4607/swagger-muti-mcp). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.
Every MCP server has a record like this.
Type a name, get the same breakdown: verified identity, auth posture, risk grade, capabilities, recommended policy.
Teams ship this data inside their own products. See what a licence covers →