{{service-id}}

Call REST API endpoints directly using environment-based credentials and curl.

8|1|Updated Apr 21, 2026
One-click install
npx skills add https://github.com/mnlt/teleport --skill service-id
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: {{service-id}}
Source: https://github.com/mnlt/teleport/tree/main/skills/_template
Command: npx skills add https://github.com/mnlt/teleport --skill service-id

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides direct REST API access to a service without the MCP server, reducing overhead and keeping credentials securely in environment variables.

Core Features & Use Cases

  • Direct HTTP calls to service endpoints using environment-based credentials.
  • Credential validation and safe handling via teleport-setup add-key.
  • MCP bypass workflow for using the service without installing the MCP.

Quick Start

Add credentials for the target service with teleport-setup add-key {{service-id}} and then restart Claude Code.

Frequently Asked Questions about {{service-id}}

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I make REST API calls without using an MCP server?

You can make direct REST API calls without an MCP server by using curl operations with a configurable base URL and managing credentials through environment variables for secure on-demand access.

How do I securely handle credentials for HTTP API calls across environments?

Secure credential handling for HTTP API calls is achieved by storing secrets in environment variables, enforcing environment-based authentication, and validating keys before making requests.

What is the MCP bypass workflow for accessing service endpoints?

The MCP bypass workflow allows you to access service endpoints directly via HTTP calls, reducing overhead by eliminating the need to install or maintain a dedicated MCP server.

How do I configure environment variables for direct API access?

You configure environment variables for direct API access by adding credentials for the target service and restarting your environment to apply the secure authentication settings.

Can I use curl for common API operation patterns without an MCP server?

Yes, curl supports common API operation patterns for direct service access by targeting a configurable base URL with credentials safely stored in environment variables.

Why should I bypass MCP for direct REST API access?

Bypassing MCP for direct REST API access reduces infrastructure overhead while keeping credentials secure in environment variables and allowing flexible on-demand calls across environments.