Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tasks | {
"list": {},
"cancel": {},
"requests": {
"tools": {
"call": {}
}
}
} |
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| fetch | Fetch a URL and convert to clean markdown for LLM consumption. Content conversion (automatic by Content-Type):
Network features:
Diff mode (diff: true):
Focus mode (focus: query):
Token budget (max_tokens: N):
Returns: Markdown-converted body with timing info (or diff when diff: true). |
| fetch_batch | Fetch multiple URLs in parallel with HTTP/2 multiplexing. Uses connection pooling and multiplexing for maximum efficiency. All URLs are fetched concurrently. Returns: Results for each URL with timing. |
| submit | Submit a web form with smart field extraction. Fetches a page, parses all forms, extracts hidden fields and CSRF tokens, merges user-provided fields, and submits via POST. Use for: login forms, search forms, API interactions behind HTML pages. Returns: Response body (markdown-converted) after form submission. |
| login | Auto-login to a website using 1Password credentials. Detects login form, retrieves credentials from 1Password, fills and submits, handles MFA/2FA with TOTP. Returns the authenticated page content. Requires: 1Password CLI (op) installed and authenticated. Returns: Final page content after login (markdown-converted). |
| auth_lookup | Look up credentials in 1Password for a URL. Searches 1Password for credentials matching the URL/domain. Returns credential info (username, TOTP availability) without exposing password. Returns: Credential info if found. |
| fingerprint | Generate realistic browser fingerprints. Creates browser profiles for Chrome, Firefox, or Safari. Includes User-Agent, Sec-CH-UA headers, Accept-Language, platform info. Returns: Generated fingerprint profiles. |
| validate | Run validation tests against real websites. Tests: HTTP/2, HTTP/3, compression, fingerprinting, TLS 1.3, 1Password. Returns: Validation results with timing. |
| benchmark | Benchmark fetching URLs with timing statistics. Measures min/avg/max response times over multiple iterations. Returns: Benchmark results with timing statistics. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |