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 |
| string | Request body |
| string | Read body from file |
| boolean | Allow insecure TLS (-k) |
| boolean | Follow redirects (-L) |
| boolean | Body only, uncapped (--body) |
| number | Max response bytes |
| number | Timeout in seconds |
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 |
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 |
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.
Latest Blog Posts
- 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