API and agents
The read-only MCP server today, and what is coming.
There is no public REST API yet. What exists today is a read-only Model Context Protocol server, so an AI agent can search and read public WIN data directly instead of scraping rendered pages. It is public, needs no key, and returns public data only.
Endpoint
https://worldindustriesnetwork.com/api/mcp- Protocol
- Model Context Protocol, revision 2025-06-18
- Auth
- None. Public data only.
- Rate limit
- 60 requests per minute per IP
- Writes
- None. Every tool is read-only.
Tools
- search_companies
- Find companies by name, sector or keyword.
- get_company
- One company profile and its storefront.
- search_products
- Search the 0asis catalogue.
- get_product
- One product, with pricing and availability.
- get_user_profile
- A public member profile.
Discovery
Agents that prefer to discover a surface rather than be told about it can start from the well-known files.
/.well-known/mcp/server-card.json
/.well-known/api-catalog
/.well-known/agent-skills/index.json
/llms.txtServer-rendered pages
Company, product, profile and job pages are rendered on the server and carry schema.org JSON-LD, so their data is readable without executing JavaScript. If you are building a crawler rather than an agent, read those instead of the MCP server.
What is coming
A write-capable REST API with per-company keys and scoped permissions is planned, along with webhooks for order and message events. It is not shipped and it has no public date. When it lands it will be documented on this page, and the MCP server will keep working.