url-intelligence-agent
by vpicciuolo
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AI_MODEL | No | Optional model name | gpt-5-mini |
| REDIS_URL | No | Optional Redis connection | |
| AI_API_KEY | No | Optional model API key | |
| VALKEY_URL | No | Optional Valkey connection | |
| AI_BASE_URL | No | Optional model endpoint | https://api.openai.com/v1 |
| DATABASE_URL | No | Optional PostgreSQL connection | |
| AI_MAX_TOKENS | No | Maximum tokens for AI reasoning | 3000 |
| AI_TIMEOUT_MS | No | Timeout for AI reasoning | 30000 |
| AI_TEMPERATURE | No | Temperature for AI reasoning | 0.1 |
| URL_AGENT_CACHE | No | Cache adapter selection | memory |
| URL_AGENT_AI_AUTO | No | Automatic AI reasoning toggle | false |
| URL_AGENT_DATA_DIR | No | Local persistence directory | .url-agent/data |
| URL_AGENT_API_TOKEN | No | HTTP API bearer token | |
| URL_AGENT_CACHE_DIR | No | Local cache directory | .url-agent/cache |
| URL_AGENT_MAX_BYTES | No | Maximum response bytes | 3000000 |
| URL_AGENT_MAX_DEPTH | No | Crawl depth bound | 3 |
| URL_AGENT_MAX_PAGES | No | Crawl page bound | 30 |
| URL_AGENT_TIMEOUT_MS | No | Request timeout | 10000 |
| URL_AGENT_CONCURRENCY | No | Crawl concurrency | 4 |
| URL_AGENT_CORS_ORIGIN | No | Optional API CORS origin | |
| URL_AGENT_OBEY_ROBOTS | No | Respect robots policy by default | true |
| URL_AGENT_RENDER_MODE | No | Render/browser mode | off |
| URL_AGENT_SAME_ORIGIN | No | Keep crawl same-origin | true |
| URL_AGENT_WEBHOOK_URL | No | Monitoring webhook | |
| URL_AGENT_CACHE_TTL_MS | No | Cache TTL | 300000 |
| URL_AGENT_DENY_PATTERNS | No | URL deny patterns | safety defaults |
| URL_AGENT_MAX_REDIRECTS | No | Redirect bound | 6 |
| URL_AGENT_ALLOW_PATTERNS | No | Optional URL allow patterns | |
| URL_AGENT_API_RATE_LIMIT | No | Requests/client/minute | 60 |
| URL_AGENT_RENDER_API_KEY | No | Remote renderer auth | |
| URL_AGENT_WEBHOOK_SECRET | No | Webhook signing/auth secret | |
| URL_AGENT_RENDER_ENDPOINT | No | Remote renderer URL | |
| URL_AGENT_RENDER_TIMEOUT_MS | No | Render timeout | 30000 |
| URL_AGENT_WORKER_CONCURRENCY | No | Batch worker concurrency | 4 |
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/vpicciuolo/url-intelligence-agent'
If you have feedback or need assistance with the MCP directory API, please join our Discord server