ptc-web
by andreasronge
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PTC_WEB_HEADLESS | No | Set to 'false' to display Chromium. Default is headless. | true |
| PTC_WEB_MAX_PAGES | No | Concurrent page handles. Must be a positive integer. | 8 |
| PTC_WEB_PROFILE_DIR | No | Opts into a host-owned dedicated profile directory. | |
| PTC_WEB_MAX_SNAPSHOTS | No | Live snapshots in one server process. Must be a positive integer. | 32 |
| PTC_WEB_SNAPSHOT_TTL_MS | No | Snapshot lifetime in milliseconds. Must be a positive integer. | 300000 |
| PTC_WEB_MAX_FIND_MATCHES | No | Matches considered by one find. Must be a positive integer. | 200 |
| PTC_WEB_MAX_CAPTURE_BYTES | No | Retained UTF-8 DOM bytes per snapshot. Must be a positive integer. | 2097152 |
| PTC_WEB_MAX_RESOURCE_BYTES | No | Response-body bytes per browser network request. Must be a positive integer. | 8388608 |
| PTC_WEB_MAX_RESPONSE_BYTES | No | Serialized application result target per tool call. Must be a positive integer of at least 8 KiB. | 48000 |
| PTC_WEB_ALLOW_LOCAL_ORIGINS | No | Comma-separated list of exact local origins (scheme://host:port) allowed despite the deny-local policy. | |
| PTC_WEB_MAX_EXTRACT_RECORDS | No | Containers considered by one extraction. Must be a positive integer. | 500 |
| PTC_WEB_MAX_REQUESTS_PER_PAGE | No | Requests including explicit redirect hops per page. Must be a positive integer. | 256 |
| PTC_WEB_NAVIGATION_TIMEOUT_MS | No | Maximum open/readiness time in milliseconds. Must be a positive integer. | 15000 |
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
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
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/andreasronge/ptc-web'
If you have feedback or need assistance with the MCP directory API, please join our Discord server