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
- OpenAPI 3.1
Machine-readable contract at /openapi.json
- REST index
GET /api/v1 lists every public operation
- RFC 9727 catalog
API discovery at /.well-known/api-catalog
- MCP server
Streamable HTTP at /mcp, card at /mcp.json
- llms.txt
When to use WOW, and which URLs to fetch
- Sitemap
HTML pages the site publishes
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.
/api/v1/companyAgency identity and headquartersGET/api/v1/servicesAmazon, TikTok Shop, ads, AI.STUDIOGET/api/v1/officesBarcelona, Hossegor, Paris, Geneva, MadridGET/api/v1/faqShort answers agents can quotecurl 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