fastly-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| fastly_get_configA | Read-only: retrieve one tenant/user or tenant/account configuration key from Postgres. Never stores secrets. |
| fastly_set_configA | Mutating: persist non-secret tenant/user or tenant/account configuration in Postgres. Reject tokens and secrets; requires the admin key when configured. |
| service_query_suggestionC | Discover MCP tool schemas and get query/tool recommendations for a workflow intent. |
| service_connection_infoB | Return MCP server and target service connection details. |
| service_scope_infoC | Return app/tenant/principal scoping metadata used by Postgres config and Vault token index paths. |
| service_list_endpointsB | List documented/implemented target service HTTP endpoints exposed by this MCP server. |
| service_health_checkA | Read-only: validate a user-scoped Fastly token with GET /tokens/self. Requires a Fastly token. |
| fastly_list_servicesA | Read-only: list services visible to the supplied Fastly user token. Follow with fastly_list_versions or service_api_request. |
| fastly_list_versionsA | Read-only: list versions for a Fastly service. Requires serviceId and a user token. |
| fastly_purge_serviceA | High-risk mutation: purge all cached content for a Fastly service. Confirm serviceId and require MCP_ADMIN_AUTH_KEY when configured. |
| fastly_update_user_tokenA | High-risk mutation: persist or rotate one tenant/user or tenant/account Fastly token in Vault. Never use for configuration; provide scope and admin authorization. |
| service_api_requestD | Generic target service HTTP API call. Supports all available endpoints while enforcing host/auth safeguards. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/LesterAJohn/fastly-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server