Back to Browse

Comrades Of War Agent Api MCP Server

by Qazsero
Developer ToolsLow Risk10.0MCP RegistryRemote
Free

Server data from the Official MCP Registry

Search a Spanish gaming-community archive and receive exact x402 page purchase URLs.

About

Search a Spanish gaming-community archive and receive exact x402 page purchase URLs.

Remote endpoints: streamable-http: https://comrades-of-war-router.discoglobal.workers.dev/mcp

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.

2 tools verified · Open access · No issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

How to Connect

Remote Plugin

No local installation needed. Your AI client connects to the remote endpoint directly.

Add this to your MCP configuration to connect:

{
  "mcpServers": {
    "io-github-qazsero-comrades-of-war-archive": {
      "url": "https://comrades-of-war-router.discoglobal.workers.dev/mcp"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

Comrades of War — Spanish Gaming Community Archive API

Comrades of War preserves nearly five years of activity from a popular Spanish Call of Duty clan and gaming community founded in 2010. From October 2010 to April 2015, the community grew into a rich concentration of SA-MP role-play stories, characters, rules, server records, and everyday community life.

The full archive preserves 110,023 posts across 21,400 topics and 90 forums. To protect private and sensitive areas, the commercial agent catalog exposes a curated public collection of 39,309 posts across 5,857 topics and 32 sections. Agents can search that collection for free, then pay only for the exact forum page needed.

  • Search titles, dates, sections, post counts, and previews for free
  • 110,023 posts preserved in the full historical archive
  • 5,857 public topics and 39,309 posts exposed across 32 curated agent sections
  • Citation-ready JSON or Markdown with authors, dates, conversation order, canonical URL, and source fingerprint
  • $0.10 USDC per individual forum page through x402 on Base
  • No API key, subscription, cookie handling, or HTML scraping required
  • Retrieval, grounding, and citation permitted

Private/staff areas, disciplinary reports, ban appeals, applications, and other sensitive categories are excluded from the commercial API.

What it helps an agent do

  • Ground historical research or journalism in archived community discussions.
  • Investigate Spanish Call of Duty clan culture and community-building in the early 2010s.
  • Research SA-MP role-play stories, characters, rules, factions, and server life.
  • Explore server operations, mods, tutorials, and the evolution of an online community.
  • Compare community rules, technical problems, proposed fixes, and online culture across 2010–2015.
  • Extract quotations with stable provenance instead of parsing legacy forum HTML.

The archive preserves first-hand community discussions from the period. Treat them as historical evidence and attributed statements, not as verified present-day facts.

Install the agent skill

Install the portable Agent Skills package so compatible agents can search, validate, purchase, and cite archive pages safely:

npx skills add https://comrades-of-war.com --skill comrades-of-war-archive

The skill is also available for inspection at skills/comrades-of-war-archive/SKILL.md.

Discover

curl https://comrades-of-war.com/agent/v1
curl https://comrades-of-war.com/agent/v1/catalog
curl 'https://comrades-of-war.com/agent/v1/search?q=servidor+rust&limit=5'

Search results include the title, forum, date, post count, excerpt, canonical_path, a direct purchase_url, and a marketplace_purchase_url with its JSON request body. Discovery and previews are free, so an agent can establish relevance before paying.

Discover through A2A

A2A-compatible agents can discover the archive through the standard Agent Card:

GET https://comrades-of-war.com/.well-known/agent-card.json

The same card is mirrored at https://comrades-of-war-router.discoglobal.workers.dev/.well-known/agent-card.json for registries whose bot probes cannot traverse the main domain's Cloudflare rules. Its preferred JSON-RPC SendMessage interface accepts concise Spanish search text and returns free previews as structured JSON, including an exact x402 purchase_url for every result. A2A search itself is free; payment is required only when the agent follows a purchase URL for an individual archive page.

Run the included A2A client:

npm run search:a2a -- "servidor rust"

Discover through MCP

Connect any Streamable HTTP MCP client to:

https://comrades-of-war-router.discoglobal.workers.dev/mcp

The server exposes two read-only tools: archive_catalog reports the corpus coverage, while search_archive returns free previews and the exact x402 purchase URL for each matching page. The remote endpoint uses the direct Worker hostname so automated clients are not mistaken for unwanted crawlers at the main-domain edge.

Run the included zero-dependency MCP client:

npm run search:mcp -- "servidor rust"

Buy one individual forum page

GET https://comrades-of-war.com/agent/v1/page?path=/comrades-rust-vt23474.html&format=json

The first request returns 402 Payment Required. An x402 client pays $0.10 USDC and retries automatically. Each payment retrieves the selected individual forum page; it does not unlock the whole website and may not contain every page of a paginated thread.

JSON-native agents and marketplaces can use the equivalent paid route with the same per-page price:

curl -X POST https://comrades-of-war.com/agent/v1/page \
  -H 'content-type: application/json' \
  -d '{"path":"/comrades-rust-vt23474.html","format":"json"}'

The first POST also returns 402 Payment Required; after payment, the response contains only the selected individual page. Payment goes to the public Comrades of War treasury address on Base:

0x2640b45a8F31bB24Ee7F40b3772Dba3Da27553c5

Run the included buyer example with a dedicated wallet that holds a small amount of USDC:

npm install
EVM_PRIVATE_KEY=0x... npm run buy -- /comrades-rust-vt23474.html
# Equivalent JSON-body purchase:
EVM_PRIVATE_KEY=0x... npm run buy:post -- /comrades-rust-vt23474.html

Never use a primary wallet or commit a private key. The example rejects a different network, asset, recipient, or price above $0.10.

For automated compatibility probes or a first purchase without query parameters, use the fixed sample route:

GET https://comrades-of-war.com/agent/v1/page/sample

It charges the same $0.10 per-page price and returns one defined historical page. Research agents should normally use free search and purchase the specific result relevant to their task.

Buy through PayanAgent

Agents using the PayanAgent marketplace can purchase the same individual-page product through the Comrades of War offer. It costs $0.10 USDC per selected page and settles directly to the public Comrades of War treasury address on Base. The associated seller profile provides a public identity and receipt history for marketplace purchases.

curl -X POST https://payanagent.com/x402/kh7bynheh4p1cnnavwggbn54jn8bm55v \
  -H 'content-type: application/json' \
  -d '{"path":"/comrades-rust-vt23474.html","format":"json"}'

The first request returns PayanAgent's x402 challenge. Validate the same Base network, USDC asset, $0.10 maximum, and Comrades of War treasury recipient before signing.

Example agent requests

  • “Find and cite how a Spanish Call of Duty clan organized matches, servers, recruitment, and community life.”
  • “Trace a SA-MP role-play storyline, its characters, factions, and rules across forum discussions.”
  • “Compare recurring technical problems and proposed fixes across different years.”
  • “Retrieve first-hand discussions about gaming communities and online culture in Spanish.”
  • “Trace how community members discussed server changes, events, mods, and tutorials.”

Machine documentation

The paid route declares the official x402 Bazaar extension. After its first successful Mainnet settlement through the Coinbase Developer Platform facilitator, agents can also discover it through Coinbase Bazaar and its MCP server.

Usage policy

Paid-resource use is permitted for retrieval, grounding, and citation. Model training, identity profiling, harassment, or attempts to access excluded categories are not permitted.

The code examples in this repository are MIT licensed. Archive content remains subject to the API usage policy and applicable rights; the MIT license does not apply to archive content.

Reviews

No reviews yet

Be the first to review this server!