Skip to main content
ClaudeWave

Hosted MCP servers by agentwares: endpoints, auth, pricing and tool references for agentcheck, agentguard cloud, deal-memo, readiness-scorer and stablecoin-attestations.

MCP ServersRegistry oficial0 estrellas0 forksMITActualizado today
ClaudeWave Trust Score
95/100
Verified
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Clear description
  • Topics declared
  • Documented (README)
Last scanned: 9/8/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/agentwares/servers
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "s": {
      "command": "node",
      "args": ["/path/to/servers/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/agentwares/servers and follow its README for install instructions.
Casos de uso

Resumen de MCP Servers

# 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.
agent-toolsai-agentsapidocumentationhostedllms-txtmcpmcp-servermodel-context-protocolx402

Lo que la gente pregunta sobre servers

¿Qué es agentwares/servers?

+

agentwares/servers es mcp servers para el ecosistema de Claude AI. Hosted MCP servers by agentwares: endpoints, auth, pricing and tool references for agentcheck, agentguard cloud, deal-memo, readiness-scorer and stablecoin-attestations. Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-09-07.

¿Cómo se instala servers?

+

Puedes instalar servers clonando el repositorio (https://github.com/agentwares/servers) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar agentwares/servers?

+

Nuestro agente de seguridad ha analizado agentwares/servers y le ha asignado un Trust Score de 95/100 (tier: Verified). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene agentwares/servers?

+

agentwares/servers es mantenido por agentwares. La última actividad registrada en GitHub es del 2026-09-07, con 0 issues abiertos.

¿Hay alternativas a servers?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega servers en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: agentwares/servers
[![Featured on ClaudeWave](https://claudewave.com/api/badge/agentwares-servers)](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>

Más MCP Servers

Alternativas a servers