Hosted MCP servers by agentwares: endpoints, auth, pricing and tool references for agentcheck, agentguard cloud, deal-memo, readiness-scorer and stablecoin-attestations.
- ✓Open-source license (MIT)
- ✓Actively maintained (<30d)
- ✓Clear description
- ✓Topics declared
- ✓Documented (README)
git clone https://github.com/agentwares/servers{
"mcpServers": {
"s": {
"command": "node",
"args": ["/path/to/servers/dist/index.js"]
}
}
}MCP Servers overview
# agentwares servers The hosted MCP servers behind [agentwares](https://agentwares.vercel.app). One directory per service: what it does, the endpoint, how to authenticate, a call you can paste into a terminal, a client config, and a reference for every tool it serves. | Service | What it does | MCP endpoint | | ----------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -------------------------------------------------- | | [agentcheck](agentcheck/) | Drift and regression monitoring for production AI agents and MCP servers. Uptime-style checks, a public status page, a badge and `trust.json` are free; paid tiers re-run your suite when a model changes, replay production traces nightly and run an adversarial pack. | `https://agentwares-agentcheck.vercel.app/api/mcp` | | [agentguard cloud](agentguard-cloud/) | The hosted control plane for agentguard, the MCP policy proxy: spend caps, approvals for destructive tools, a kill switch, dry-run diffs, a loop breaker and a hash-chained audit log. | `https://agentwares-agentguard.vercel.app/api/mcp` | | [Real estate deal memo](deal-memo/) | One US street address in; owner record, automated value estimate, rent estimate, comps, cap rate, cash-on-cash, DSCR, red flags and a one-paragraph memo out. | `https://agentwares-deal-memo.vercel.app/api/mcp` | | [Readiness scorer](readiness-scorer/) | Give it a signup URL you own; a headless browser agent tries to sign up the way an AI agent would, and publishes a 0–100 score, the evidence behind every point, a fix list and a badge. Free. | `https://agentwares-readiness.vercel.app/api/mcp` | | [Stablecoin reserve attestations](stablecoin-attestations/) | Stablecoin issuer reserve attestations as JSON: total reserves, composition by asset category, attestor, on-chain supply and the reserve ratio. | `https://agentwares-stablecoin.vercel.app/mcp` | ## These are hosted services There is no product source in this repository. Each directory documents a service we run, and each `server.json` here is the entry published to the [official MCP registry](https://registry.modelcontextprotocol.io) under `io.github.agentwares/*`. The workflow in [`.github/workflows/publish-mcp-registry.yml`](.github/workflows/publish-mcp-registry.yml) publishes them from this repository with GitHub OIDC — no tokens — which is why every listing's `repository` link points here. The implementations live in a private monorepo, because that repository also carries the commercial material for the portfolio. What is open source is open source in full, with its own repo, its own issues and a normal `git clone && pnpm install && pnpm test`: | Repository | What | | ----------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | | [agentwares/agentguard](https://github.com/agentwares/agentguard) | the MCP policy proxy: engine, SDK, CLI and the permission-diff GitHub Action | | [agentwares/overnight-kit](https://github.com/agentwares/overnight-kit) | run a sequence of Claude Code prompts against a repo while you sleep | | [agentwares/agentsmd-lint](https://github.com/agentwares/agentsmd-lint) | lint AGENTS.md / CLAUDE.md / .cursorrules against the repo they describe | | [agentwares/libs](https://github.com/agentwares/libs) | the shared libraries: `@agentwares/mcp-kit`, `@agentwares/notify`, `@agentwares/x402` | ## Issues Open an issue **in this repository** for anything about a hosted service: a wrong answer, a dead endpoint, a tool description that misled your agent, a rate limit that is in your way, a capability you need. Bugs in the open-source clients belong in their own repositories above. Every file here is generated from the monorepo and from the live services, so a documentation pull request would be overwritten on the next sync — please open an issue instead and it will be fixed at the source. ## Machine-readable Each service serves its own `llms.txt` and, where it charges, `pricing.json`. The copies in this repository are snapshots from the last sync; **the live URL is authoritative**. | Service | llms.txt | pricing.json | | ----------------------------------------------------------- | ------------------------------------------------- | ----------------------------------------------------- | | [agentcheck](agentcheck/) | https://agentwares-agentcheck.vercel.app/llms.txt | https://agentwares-agentcheck.vercel.app/pricing.json | | [agentguard cloud](agentguard-cloud/) | https://agentwares-agentguard.vercel.app/llms.txt | https://agentwares-agentguard.vercel.app/pricing.json | | [Real estate deal memo](deal-memo/) | https://agentwares-deal-memo.vercel.app/llms.txt | https://agentwares-deal-memo.vercel.app/pricing.json | | [Readiness scorer](readiness-scorer/) | https://agentwares-readiness.vercel.app/llms.txt | — (free) | | [Stablecoin reserve attestations](stablecoin-attestations/) | https://agentwares-stablecoin.vercel.app/llms.txt | https://agentwares-stablecoin.vercel.app/pricing.json | MIT © agentwares contributors. This repository is documentation, and the licence covers it.
What people ask about servers
What is agentwares/servers?
+
agentwares/servers is mcp servers for the Claude AI ecosystem. Hosted MCP servers by agentwares: endpoints, auth, pricing and tool references for agentcheck, agentguard cloud, deal-memo, readiness-scorer and stablecoin-attestations. It has 0 GitHub stars and its last recorded update is dated 2026-09-07.
How do I install servers?
+
You can install servers by cloning the repository (https://github.com/agentwares/servers) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.
Is agentwares/servers safe to use?
+
Our security agent has analyzed agentwares/servers and assigned a Trust Score of 95/100 (tier: Verified). See the full breakdown of passed checks and flags on this page.
Who maintains agentwares/servers?
+
agentwares/servers is maintained by agentwares. The last recorded GitHub activity is dated 2026-09-07, with 0 open issues.
Are there alternatives to servers?
+
Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.
Deploy servers to your cloud
Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.
Maintain this repo? Add a badge to your README
Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.
[](https://claudewave.com/repo/agentwares-servers)<a href="https://claudewave.com/repo/agentwares-servers"><img src="https://claudewave.com/api/badge/agentwares-servers" alt="Featured on ClaudeWave: agentwares/servers" width="320" height="64" /></a>More MCP Servers
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
User-friendly AI Interface (Supports Ollama, OpenAI API, ...)
An open-source AI agent that brings the power of Gemini directly into your terminal.
Real-time global intelligence dashboard. AI-powered news aggregation, geopolitical monitoring, and infrastructure tracking in a unified situational awareness interface
The fastest path to AI-powered full stack observability, even for lean teams.
🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl!