nab
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 |
|---|---|
| tasks | {
"list": {},
"cancel": {},
"requests": {
"tools": {
"call": {}
}
}
} |
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| fetchA | 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_batchA | 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. |
| submitA | 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. |
| loginA | 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_lookupA | 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. |
| fingerprintA | 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. |
| validateA | Run validation tests against real websites. Tests: HTTP/2, HTTP/3, compression, fingerprinting, TLS 1.3, 1Password. Returns: Validation results with timing. |
| benchmarkB | 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 | |
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/MikkoParkkola/nab'
If you have feedback or need assistance with the MCP directory API, please join our Discord server