Ausca
Rank #3,070com.ausca/agent-services
Pay-per-call APIs and MCP services for agents, no accounts or keys, with verifiable receipts.
Ausca is a Model Context Protocol (MCP) server published by auscahq. It ranks #3,070 of 132,046 servers tracked on MCP Toplist, and its repository has 23 GitHub stars. Ausca is listed on Official MCP, with 8 tracked versions. It was first listed on Aug 30, 2026 and most recently updated on Sep 21, 2026.
Ranks ahead of 128,976 of 132,046 servers on MCP Toplist.
Use Ausca
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http agent-services https://ausca.com/mcpclaude mcp add agent-services -e "AUSCA_PRIVATE_KEY=<your AUSCA_PRIVATE_KEY>" -e "AUSCA_MAX_PAYMENT_USD=<your AUSCA_MAX_PAYMENT_USD>" -- npx -y ausca mcpReplace each placeholder with your own value before saving.
[mcp_servers.agent-services]
url = "https://ausca.com/mcp"Add to ~/.codex/config.toml.
[mcp_servers.agent-services]
command = "npx"
args = ["-y", "ausca", "mcp"]
[mcp_servers.agent-services.env]
AUSCA_PRIVATE_KEY = "<your AUSCA_PRIVATE_KEY>"
AUSCA_MAX_PAYMENT_USD = "<your AUSCA_MAX_PAYMENT_USD>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://ausca.com/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"agent-services": {
"command": "npx",
"args": [
"-y",
"ausca",
"mcp"
],
"env": {
"AUSCA_PRIVATE_KEY": "<your AUSCA_PRIVATE_KEY>",
"AUSCA_MAX_PAYMENT_USD": "<your AUSCA_MAX_PAYMENT_USD>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"agent-services": {
"url": "https://ausca.com/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"agent-services": {
"command": "npx",
"args": [
"-y",
"ausca",
"mcp"
],
"env": {
"AUSCA_PRIVATE_KEY": "<your AUSCA_PRIVATE_KEY>",
"AUSCA_MAX_PAYMENT_USD": "<your AUSCA_MAX_PAYMENT_USD>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"agent-services": {
"type": "http",
"url": "https://ausca.com/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"agent-services": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"ausca",
"mcp"
],
"env": {
"AUSCA_PRIVATE_KEY": "<your AUSCA_PRIVATE_KEY>",
"AUSCA_MAX_PAYMENT_USD": "<your AUSCA_MAX_PAYMENT_USD>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"agent-services": {
"serverUrl": "https://ausca.com/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"agent-services": {
"command": "npx",
"args": [
"-y",
"ausca",
"mcp"
],
"env": {
"AUSCA_PRIVATE_KEY": "<your AUSCA_PRIVATE_KEY>",
"AUSCA_MAX_PAYMENT_USD": "<your AUSCA_MAX_PAYMENT_USD>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"agent-services": {
"url": "https://ausca.com/mcp"
}
}
}{
"mcpServers": {
"agent-services": {
"command": "npx",
"args": [
"-y",
"ausca",
"mcp"
],
"env": {
"AUSCA_PRIVATE_KEY": "<your AUSCA_PRIVATE_KEY>",
"AUSCA_MAX_PAYMENT_USD": "<your AUSCA_MAX_PAYMENT_USD>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/com.ausca%2Fagent-services)<a href="https://mcptoplist.com/server/com.ausca%2Fagent-services"><img src="https://mcptoplist.com/badge/com.ausca%2Fagent-services.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
auscahq
Available versions (8)
| Version | Published |
|---|---|
| 1.2.4 | Sep 21, 2026 |
| 1.2.2 | Sep 15, 2026 |
| 1.2.1 | Sep 7, 2026 |
| 1.2.0 | Sep 3, 2026 |
| 1.0.3 | Sep 2, 2026 |
| 1.0.2 | Sep 2, 2026 |
| 1.0.1 | Aug 30, 2026 |
| 1.0.0 | Aug 30, 2026 |
Frequently asked questions
- Who maintains Ausca?
- Ausca is maintained by auscahq, which publishes 1 MCP server (8 total versions) tracked on MCP Toplist.
- Is Ausca listed on the Official MCP Registry?
- Yes — Ausca is listed on the Official MCP Registry.
- How many versions does Ausca have?
- MCP Toplist tracks 8 versions of Ausca, most recently published on Sep 21, 2026.
- Where can I find the source code for Ausca?
- The source code for Ausca is hosted at github.com/auscahq/mcp-server.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.