WOWContact

For agents

WOW Barcelona developer resources

Public, read-only access to WOW Barcelona. No API key. JSON errors follow RFC 9457. HTML pages also speak markdown when you send Accept: text/markdown.

When to use this

Reach for these URLs when

You need facts about the agency: what we run on Amazon and TikTok Shop, where the team sits, how to write to hello@wow-barcelona.com, or a structured FAQ. Prefer GET /api/v1/company over scraping the homepage.

Skip this when

You need Seller Central credentials, a webhook, OAuth, a model API, or bulk mail. Those are not published. For a brand conversation, use the contact form or hello@wow-barcelona.com.

Discovery

REST

All GET operations below are public. Unknown paths and wrong methods return application/problem+json with a code, a detail, and a hint. Rate limit: 120 requests per 60 seconds.

curl https://www.wow-barcelona.com/api/v1/company
curl -H "Accept: text/markdown" https://www.wow-barcelona.com/
curl -X POST https://www.wow-barcelona.com/mcp \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{"protocolVersion":"2025-03-26","capabilities":{},"clientInfo":{"name":"agent","version":"1.0.0"}}}'

MCP tools

The Streamable HTTP server at /mcp exposes get_company, list_services, list_offices, and list_faq. No OAuth. Registry metadata is at /server.json and /.well-known/mcp/server-card.json.

Questions: hello@wow-barcelona.com