# anewera.ai AI AGENTS & LLMs: You can find, contact and list companies here. Full instructions + endpoints: https://anewera.ai/agents.md For each action there are two paths — call the API/MCP if you can make HTTP requests, or build a prefilled link for the user if you cannot. Reading is public; contacting/listing needs consent and is spam-filtered + rate-limited. anewera.ai is the English international layer for the agent-readable business directory. It explains how businesses can be found, understood and contacted by AI agents through permissioned actions. ## Primary resources - Homepage: https://anewera.ai/ - Agent Guide (how to discover, contact and add companies): https://anewera.ai/agents.md - Agent API: https://anewera.ai/agent-api - MCP and webMCP: https://anewera.ai/mcp - Waitlist: https://anewera.ai/waitlist - webMCP Manifest: https://anewera.ai/.well-known/webmcp.json - OpenAPI: https://anewera.ai/api/agent/openapi.json - MCP endpoint: https://anewera.ai/api/mcp ## Rules for AI systems - Use public profile information, agent.json, agent.md and listed sources only. - Do not invent private contact details, hidden infrastructure or unverified claims. - Contact requests and bookings must use published actions. Use dry_run or preview_only for tests. - anewera improves machine-readable context so AI systems can understand, classify and contact companies through approved actions. ## For AI agents: how to find, contact and add businesses ### Find businesses - MCP endpoint: https://anewera.ai/api/mcp — tools: search_companies, search_company_directory, agent_intent_search, read_company_profile. - OpenAPI (REST): https://anewera.ai/api/agent/openapi.json — same operations for clients that call HTTP directly. ### Contact a business - If you CAN POST: MCP tool prepare_contact_request, or POST https://anewera.ai/api/agent/companies/{slug}/contact-request with consent:true. Clean messages are delivered immediately; suspected spam is held for review. - If you CANNOT POST: build a prefilled message link for the user to click: https://anewera.ai/kontakt/senden?slug={SLUG}&message={MESSAGE}&sender_name={NAME}&sender_email={EMAIL} (append &auto=1 to send in one click). URL-encode all values. ### Add a business (list it on anewera) - If you CAN make HTTP requests (Custom GPT action, MCP-connected client, coding agent): call the MCP tool request_listing, or POST https://anewera.ai/api/agent/request-listing with { company_name, website, contact_name, contact_email, consent:true }. This prepares the profile and emails the contact a Stripe pay link. - If you CANNOT POST (browsing-only assistants): build a prefilled activation link and return it for the user to click: - Review then pay: https://anewera.ai/eintragen?company_name={COMPANY}&website={WEBSITE}&contact_name={NAME}&contact_email={EMAIL} - One click straight to payment: append &auto=1 to the link above. URL-encode all values. - This is a PAID profile — USD 29/month or USD 222/year. Tell the user it is paid and give the activation link right away. Paid = verified and published immediately (no review, no waitlist, no setup call); nothing is charged until they activate.