Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Follow AllMCPs on X (opens in a new tab)AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. Ausca

This listing appears offline

Our automated checks couldn’t reach the source repository, so we’ve removed it from search, browse, and the API β€” this page stays reachable at this direct link only. If this is your project, claim it to fix the link and restore visibility.

Claim this listing
Ausca logo
Health: Not checked yetWe have not completed a health check for this listing yet.Last checked 9/7/2026, 1:32:33 PM

Ausca

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View RepositoryVisit Website

Pay-per-call APIs and MCP services for agents, no accounts or keys, with verifiable receipts.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Remote HTTP
Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "ausca-3": {
      "url": "https://ausca.com/mcp"
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

mcp-server

Public metadata and connection docs for the Ausca MCP server.

Ausca exposes pay-per-call APIs and MCP services for agents. There are no accounts and no API keys. Every paid execution settles against an immutable offer revision and returns a verifiable receipt.

The server is hosted. There is nothing to install from this repository.

Connect

Streamable HTTP endpoint:

Code
https://ausca.com/mcp

Claude Desktop / Claude Code:

config.json
{
  "mcpServers": {
    "ausca": {
      "type": "http",
      "url": "https://ausca.com/mcp"
    }
  }
}

Tools

Offers

ToolWhat it does
ausca_search_offersSearch the current immutable offer catalog by free-text query. Returns stable offer identities and revisions.
ausca_get_offerResolve one active offer or an exact immutable revision, including the schema and revision digests.

Invocations

ToolWhat it does
ausca_prepare_invocationValidate one exact invocation envelope and return immutable preparation terms or a typed refusal.
ausca_get_invocationRead the durable state, output commitment, and receipt reference for one invocation.
ausca_cancel_invocationRequest bounded cancellation of one invocation. Idempotent, and may be refused.

Agent inbox

ToolWhat it does
ausca_agent_inbox_statusReturn the receive-only address, lease status, and expiry for one inbox.
ausca_agent_inbox_messagesReturn up to 50 normalized message summaries after an opaque cursor.
ausca_agent_inbox_readReturn one bounded normalized message. HTML is inert untrusted content and is never rendered.
ausca_agent_inbox_attachmentReturn a short-lived download URL, only when the stored attachment has a clean safety verdict.
ausca_agent_inbox_deleteStop inbound visibility and delete retained message and attachment content for one lease.

Browser sessions

ToolWhat it does
ausca_browser_session_statusReturn status and expiry for one browser-session lease.
ausca_browser_session_connectReturn a short-lived CDP relay URL for an active lease. The upstream provider URL and credential are never exposed.
ausca_browser_session_closeTerminate the relay and upstream browser for one lease. Closing never creates a payment.

How to use it

Resolve an offer with ausca_search_offers and ausca_get_offer before acting, so the work is bound to an exact immutable revision.

The public MCP transport does not accept wallets or payment credentials, and the paid-invocation tool is not exposed over it. Paid execution goes through the canonical HTTP invocation resource described by the selected service's SKILL.md.

Links

  • Website: https://ausca.com
  • MCP endpoint: https://ausca.com/mcp
  • Registry entry: com.ausca/agent-services

License

MIT. See LICENSE.

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Developer Tools View all alternatives
  • Ausca logoAusca

    Pay-per-call APIs and MCP services for agents, no accounts or keys, with verifiable receipts.

    πŸ’» Developer Tools0 views
    Compare vs Ausca β†’
  • PraisonAI logoPraisonAI

    AI Agents Framework with Self Reflection and MCP support

    πŸ’» Developer Tools1 views
    Compare vs PraisonAI β†’
  • Servicegraph logoServicegraph

    Search 100k+ US professional-services firms by industry, services, location, size, ratings.

    πŸ’» Developer Tools0 views
    Compare vs Servicegraph β†’
  • Labelhead Artist Momentum logoLabelhead Artist Momentum

    Trending hip-hop artist momentum scores across four cultural dimensions.

    πŸ’» Developer Tools0 views
    Compare vs Labelhead Artist Momentum β†’

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Ausca

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "ausca": { "command": "npx", "args": ["-y", "Ausca"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewAusca AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/ausca-3?style=directory)](https://allmcps.com/mcp/ausca-3)
HTML Embed
<a href="https://allmcps.com/mcp/ausca-3"><img src="https://allmcps.com/api/badge/ausca-3?style=directory" alt="Ausca on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSSE (Remote)
RuntimeNode.js
Last updatedSep 7, 2026
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars0
GitHub Star CountTotal stargazers on GitHub representing community popularity (0 stars).
25Quality signal: Emerging Β· 25/100How this signal is calculated β–Ύ
Server availability0/25
Verified ownership8/20
Documentation & tools16/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to Ausca β†’Install in Claude DesktopInstall in CursorInstall in VS Code