Loading...
{
"mcpServers": {
"@service-name": {
"url": "http://localhost:8080/sse?s=[OpenAPI-Spec-URL]&u=[API-Base-URL]&h=[Auth-Header]:[Value-Prefix]"
}
}
}GETRetrieves data from the specified API endpoint.
Read-only operation, no side effects.
POSTCreates a new resource on the API server.
Non-destructive write operation.
PUTUpdates an existing resource on the API server.
Modifies existing data, potential for data corruption.
DELETEDeletes a resource from the API server.
Destructive operation, irreversible data loss.
MCP Link's safety depends on the security of the underlying API and the configuration of authentication. It is relatively safe for read-only APIs with proper authentication, but risky for APIs with write access and weak security measures. Path filtering helps to mitigate risks by limiting access to specific endpoints.