ax-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@ax-mcpextract the page title from https://example.com"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
ax-mcp
MCP server for ax — the AI-era curl.
Prerequisites
Install ax CLI:
curl -fsSL https://ax.yusuke.run/install | shRelated MCP server: MCP Web Fetch Server
Usage
Run directly
npx -y github:pyoif/ax-mcp
bunx ax-mcpAdd to MCP client config
Example for ~/.config/claude/claude_desktop_config.json:
{
"mcpServers": {
"ax": {
"command": "npx",
"args": ["-y", "github:pyoif/ax-mcp"]
}
}
}Or with bun:
{
"mcpServers": {
"ax": {
"command": "bunx",
"args": ["ax-mcp"]
}
}
}Tools
fetch
Fetch a URL — HTTP requests with curl-like flexibility.
Param | Type | Description |
| string | URL, file path, or |
| string | HTTP method (GET, POST, PUT, PATCH, DELETE, HEAD) |
| object | Request headers as key-value pairs |
| string | Request body (strips CR/LF from @files) |
| string | Read body from file |
| string | Request body literal (never reads @ as file) |
| string | Request body (preserves CR/LF from files) |
| string | Basic auth user:pass (-u) |
| boolean | Use HEAD method (-I) |
| string | Save response to file (-o) |
| boolean | Allow insecure TLS (-k) |
| boolean | Follow redirects (-L) |
| boolean | Exit 22 on HTTP errors (-f) |
| boolean | Body only, uncapped (--body) |
| boolean | Show all response headers (--headers) |
| number | Max response bytes (default: 20MB) |
| number | Timeout in seconds (default: 30) |
discover
Discover page structure.
Param | Type | Description |
| string | URL to discover |
| string |
|
| string | CSS selector (count mode) |
| string | Text to find (locate mode) |
| boolean | Force refetch |
| boolean | Skip disk cache |
| number | Max results |
| boolean | Return all results |
| number | Token budget |
extract
Extract data using CSS selectors.
Param | Type | Description |
| string | URL to extract from |
| string | CSS selector |
| string |
|
| string | Row mapping (rows mode): |
| string | Attribute name (attr mode) |
| string | Filter expression (rows mode) |
| boolean | Output JSON instead of TSV |
| number | Max results |
| boolean | Return all results |
| number | Token budget |
| boolean | Force refetch |
| boolean | Skip disk cache |
License
GPL-3.0
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceEnables extracting data from websites using natural language prompts, allowing users to specify exactly what content they want in plain English and returning structured JSON data.218MIT
- Flicense-qualityDmaintenanceEnables fetching content from any URL with support for different HTTP methods, custom headers, and request bodies. Designed to work with ChatGPT and other AI assistants for web scraping and API interactions.
- Alicense-qualityCmaintenanceProvides a structured HTTP client tool for making web requests with full HTTP method support, detailed response metadata, and error handling. Enables AI assistants to interact with any web API or endpoint through the curl_request tool.72MIT
- AlicenseAqualityCmaintenanceEnables LLMs to make HTTP requests using structured cURL commands with support for multiple authentication methods, custom headers, and comprehensive request/response control.2122MIT
Related MCP Connectors
Reliable web access for AI agents: smart HTTP, rotating proxies, and full-browser rendering.
Read a URL as clean markdown, screenshot a website, url to PDF. Web access for agents, no signup.
AI-powered browser automation — navigate, click, fill forms, and extract data from any website.
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/pyoif/ax-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server