{"name":"com.osir/domain-registrar","slug":"osir-domain-registrar","title":"OSIR Domain Registrar","description":"Register, renew, transfer, and manage domains, DNS, VPS, and email with 102 tools. By OSIR.","url":"https://mcp.market/server/osir-domain-registrar","rating":null,"grade":"B","score":79,"certified":false,"status":"active","category":"email","tags":["email"],"presence":{"score":23,"stars":0,"forks":0,"downloads_week":null,"last_push_at":"2026-09-19T11:36:09.000Z","license":"Apache-2.0"},"uptime":{"percent":100,"checks":6,"ok":6,"last_checked_at":"2026-09-20T20:41:05.166Z","last_ok_at":"2026-09-20T20:41:05.166Z","latency_ms":1516},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":"https://github.com/Osir-Inc/mcp-a2a","website":"https://osir.com/en/mcp/","version":"2.1.0","remotes":[{"type":"streamable-http","url":"https://be.osir.com/mcp/http"}],"packages":[],"tools":[{"name":"addPrefixToDomain","description":"addPrefixToDomain: Generate domain suggestions by adding prefixes to a base name.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"name":{"type":"string","description":"Base name to prefix, e.g. \"mycompany\"."},"vocabulary":{"type":"string","description":"Prefix vocabulary: \"@prefixes\" or a custom comma-separated list."},"tlds":{"type":"string","description":"Comma-separated TLDs without leading dots, e.g. \"com,net\"."},"lang":{"type":"string","description":"Language code; default \"eng\"."},"maxResults":{"type":"integer","description":"Maximum suggestions to return; default 20."}},"required":["name"]}},{"name":"addSshKey","description":"addSshKey: Store an SSH public key on your account so it can be injected into VPS installs. Idempotent: storing a key you already have returns the existing one instead of creating a duplicate, so it is safe to call before every order. Returns the key id to pass to orderVps or buildVpsInstance. Requires authentication.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"name":{"type":"string","description":"A label for the key, e.g. 'laptop'."},"publicKey":{"type":"string","description":"The full single-line OpenSSH public key, e.g. 'ssh-ed25519 AAAA... user@host'."},"sessionKey":{"type":"string","description":"Session key (osk_...) returned by checkDeviceLoginStatus. Pass it on every call when logged in via the in-chat device flow; omit when connected via OAuth."}},"required":["name","publicKey"]}},{"name":"addSuffixToDomain","description":"addSuffixToDomain: Generate domain suggestions by adding suffixes to a base name.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"name":{"type":"string","description":"Base name to suffix, e.g. \"mycompany\"."},"vocabulary":{"type":"string","description":"Suffix vocabulary: \"@suffixes\" or a custom comma-separated list."},"tlds":{"type":"string","description":"Comma-separated TLDs without leading dots, e.g. \"com,net\"."},"lang":{"type":"string","description":"Language code; default \"eng\"."},"maxResults":{"type":"integer","description":"Maximum suggestions to return; default 20."}},"required":["name"]}},{"name":"buildVpsInstance","description":"buildVpsInstance: Stage an operating system install (or reinstall) on a VPS instance. DESTRUCTIVE: ERASES ALL DATA on the server, including any deployed application, and cannot be undone. The install is asynchronous; afterwards poll getVpsInstanceDetails until buildState is COMPLETE. Requires authentication. Returns an actionId: present the summary to the user, then call executeConfirmedAction with the actionId if they approve.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"hostname":{"type":"string","description":"Hostname for the rebuilt server; defaults to the instance's current hostname."},"instanceId":{"type":"string","description":"VPS instance id from listMyVpsInstances."},"operatingSystemId":{"type":"integer","description":"Integer OS template id from listVpsOsTemplates, resolved with this same instanceId."},"sessionKey":{"type":"string","description":"Session key (osk_...) returned by checkDeviceLoginStatus. Pass it on every call when logged in via the in-chat device flow; omit when connected via OAuth."},"sshKeyIds":{"type":"array","items":{"type":"integer"},"description":"Integer SSH key ids from listMySshKeys, injected during install; without one you may not be able to log in."},"swap":{"type":"number","description":"Swap size: 256, 512, or 768 (MB), or 1, 1.5, 2, 3, 4, 5, 6, or 8 (GB)."}},"required":["instanceId","operatingSystemId"]}},{"name":"bulkDomainSuggestions","description":"bulkDomainSuggestions: Generate domain suggestions for 1-10 keywords across 1-6 TLDs (hard cap), grouped by originating keyword. Typical flow: call listCategorizedTlds first to pick 3-6 TLDs, then this tool. Per-suggestion availability may be \"available\", \"taken\", or \"unknown\"; confirm \"unknown\" or premium-TLD names with checkDomainAvailability before recommending.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"keywords":{"type":"array","items":{"type":"string"},"description":"1-10 keywords describing the project."},"lang":{"type":"string","description":"Language code; default \"eng\"."},"maxResults":{"type":"integer","description":"Maximum suggestions per keyword; default 20."},"tlds":{"type":"array","items":{"type":"string"},"description":"1-6 TLDs without leading dots (use \"tech\", not \".tech\"), chosen from listCategorizedTlds."}},"required":["keywords","tlds"]}},{"name":"cancelTransfer","description":"cancelTransfer: Stage cancellation of a pending domain transfer. DESTRUCTIVE and irreversible once executed. Requires authentication. Returns an actionId; present the summary to the user, then call executeConfirmedAction with the actionId if they approve.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"domain":{"type":"string","description":"Fully qualified domain name whose pending transfer to cancel, e.g. 'example.com'."},"sessionKey":{"type":"string","description":"Session key (osk_...) returned by checkDeviceLoginStatus. Pass it on every call when logged in via the in-chat device flow; omit when connected via OAuth."}},"required":["domain"]}},{"name":"changeVpsPaymentTerm","description":"changeVpsPaymentTerm: Stage a change of the payment term (billing cycle) for a VPS instance. Affects what you are billed. Requires authentication. Returns an actionId; present the summary to the user, then call executeConfirmedAction with the actionId if they approve.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"instanceId":{"type":"string","description":"VPS instance id from listMyVpsInstances."},"paymentTerm":{"type":"string","description":"New billing cycle: 'MONTHLY', 'SEMI_ANNUAL', 'ANNUAL', 'BIENNIAL', or 'TRIENNIAL'."},"sessionKey":{"type":"string","description":"Session key (osk_...) returned by checkDeviceLoginStatus. Pass it on every call when logged in via the in-chat device flow; omit when connected via OAuth."}},"required":["instanceId","paymentTerm"]}},{"name":"checkDeviceLoginStatus","description":"checkDeviceLoginStatus: Poll for device login completion. Call this after loginWithDevice() once you have opened the verification URL and signed in. Required: deviceCode (the device_code returned by loginWithDevice). On success returns a sessionKey; pass it as the sessionKey argument on every subsequent authenticated tool call.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"deviceCode":{"type":"string","description":"The device_code value returned by loginWithDevice."}},"required":["deviceCode"]}},{"name":"checkDomainAvailability","description":"checkDomainAvailability: Check if a domain name is available for registration, with price. No authentication required; anonymous callers get list pricing, authenticated callers get their account pricing. Required: domain (e.g., 'example.com')","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"domain":{"type":"string","description":"Fully qualified domain name to check, like \"example.com\", without scheme."},"sessionKey":{"type":"string","description":"Session key (osk_...) returned by checkDeviceLoginStatus. Pass it on every call when logged in via the in-chat device flow; omit when connected via OAuth."}},"required":["domain"]}},{"name":"checkHostAvailability","description":"checkHostAvailability: Check if a host/glue record name is available for creation. Requires authentication. Returns whether the hostname is free; call before createHost.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"hostname":{"type":"string","description":"Fully qualified host name to check, e.g. 'ns1.example.com'."},"sessionKey":{"type":"string","description":"Session key (osk_...) returned by checkDeviceLoginStatus. Pass it on every call when logged in via the in-chat device flow; omit when connected via OAuth."}},"required":["hostname"]}},{"name":"checkKeywordAvailability","description":"checkKeywordAvailability: Check keyword availability across all supported TLDs and registries with detailed per-domain results. Use checkKeywordAvailabilitySummary instead when you only need counts; it is faster.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"keyword":{"type":"string","description":"Keyword to check, without a TLD, e.g. \"example\"."},"registries":{"type":"string","description":"Comma-separated registry filter, e.g. \"verisign,pir,id,centralnic\"."},"tlds":{"type":"string","description":"Comma-separated TLDs without leading dots, e.g. \"com,net\"."}},"required":["keyword"]}},{"name":"checkKeywordAvailabilitySummary","description":"checkKeywordAvailabilitySummary: Check keyword availability across TLDs and registries. Summary statistics only (no per-domain results), faster than checkKeywordAvailability.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"keyword":{"type":"string","description":"Keyword to check, without a TLD, e.g. \"example\"."},"registries":{"type":"string","description":"Comma-separated registry filter, e.g. \"verisign,pir\"."},"tlds":{"type":"string","description":"Comma-separated TLDs without leading dots, e.g. \"com,net\"."}},"required":["keyword"]}},{"name":"countMyVpsInstances","description":"countMyVpsInstances: Get the total count of VPS instances owned by the authenticated user. Requires authentication.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"sessionKey":{"type":"string","description":"Session key (osk_...) returned by checkDeviceLoginStatus. Pass it on every call when logged in via the in-chat device flow; omit when connected via OAuth."}},"required":[]}},{"name":"createAccount","description":"createAccount: Create a new OSIR customer account; step 1 of onboarding, no authentication required. The contact must be the PRINCIPAL's real ICANN registrant contact (the human or business the account is for), never the AI agent itself. Sends a verification email; complete via verifyAccount with the emailed code. While PENDING_VERIFICATION the account can search, quote and fund; billable actions need ACTIVE. Calling again for a PENDING account re-sends the verification email.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"acceptedTerms":{"type":"boolean","description":"Must be true; requires the principal's actual consent to the OSIR terms of service."},"accountType":{"type":"string","description":"Account type: INDIVIDUAL or ORGANIZATION."},"agentName":{"type":"string","description":"Name of the AI agent acting for the principal, recorded for the audit trail."},"agentVendor":{"type":"string","description":"Vendor of the AI agent acting for the principal, recorded for the audit trail."},"contact":{"type":"object","properties":{"city":{"type":"string"},"country":{"type":"string"},"email":{"type":"string"},"firstName":{"type":"string"},"lastName":{"type":"string"},"organization":{"type":"string"},"phone":{"type":"string"},"postalCode":{"type":"string"},"state":{"type":"string"},"street1":{"type":"string"},"street2":{"type":"string"}},"description":"The principal's real ICANN registrant contact (firstName, lastName, email, phone, street1, city, country), never the AI agent itself."},"email":{"type":"string","description":"Account login email; valid mailbox that receives the verification code."},"password":{"type":"string","description":"Optional account password; if omitted the account is agent-managed until a password is set."},"principalReference":{"type":"string","description":"Principal's own reference identifying who the agent acted for, recorded for the audit trail."},"termsVersion":{"type":"string","description":"Version of the OSIR terms the principal accepted, e.g. '2026-09'."}},"required":["email","accountType","contact","acceptedTerms","termsVersion"]}},{"name":"createContact","description":"createContact: Create a new contact for use with domain registrations. Requires authentication. Returns the created contact including its id for assignment to domains.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"firstName":{"type":"string","description":"Contact's first name."},"lastName":{"type":"string","description":"Contact's last name."},"email":{"type":"string","description":"Contact's email address."},"phone":{"type":"string","description":"Phone number in '+CC.number' format, e.g. '+1.5551234567'."},"organization":{"type":"string","description":"Organization or company name, if any."},"street1":{"type":"string","description":"First street address line."},"street2":{"type":"string","description":"Second street address line, if needed."},"city":{"type":"string","description":"City name."},"state":{"type":"string","description":"State, province, or region, if applicable."},"postalCode":{"type":"string","description":"Postal or ZIP code."},"country":{"type":"string","description":"Country as a 2-letter ISO 3166-1 alpha-2 code, e.g. 'US'."},"sessionKey":{"type":"string","description":"Session key (osk_...) returned by checkDeviceLoginStatus. Pass it on every call when logged in via the in-chat device flow; omit when connected via OAuth."}},"required":["firstName","lastName","email","phone","street1","city","postalCode","country"]}},{"name":"createDnsRecord","description":"createDnsRecord: Create a new DNS record for a domain. Requires authentication. For newly registered domains the zone is initialized automatically if missing. Returns the created record including its id for later updates or deletion.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"domain":{"type":"string","description":"Fully qualified domain name the record belongs to, e.g. 'example.com'."},"name":{"type":"string","description":"Record name relative to the zone, e.g. 'www', 'mail', or '@' for the apex."},"type":{"type":"string","description":"Record type: A, AAAA, CNAME, MX, TXT, NS, SRV, CAA."},"content":{"type":"string","description":"Record value, e.g. an IPv4 dotted-quad or IPv6 address for A/AAAA, a hostname for CNAME/MX/NS, or text for TXT."},"ttl":{"type":"integer","description":"Time to live in seconds; defaults to 3600 when omitted."},"priority":{"type":"integer","description":"Priority for MX/SRV records only; defaults to 0 when omitted."},"sessionKey":{"type":"string","description":"Session key (osk_...) returned by checkDeviceLoginStatus. Pass it on every call when logged in via the in-chat device flow; omit when connected via OAuth."}},"required":["domain","name","type","content"]}},{"name":"createHost","description":"createHost: Create a new host/glue record, e.g. for custom nameservers like 'ns1.example.com'. Requires authentication. Check the name first with checkHostAvailability. Returns the created host record.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"hostname":{"type":"string","description":"Fully qualified host name to create, e.g. 'ns1.example.com'."},"ipAddresses":{"type":"array","items":{"type":"string"},"description":"IP addresses for the host, IPv4 dotted-quad or IPv6, e.g. ['192.0.2.1', '198.51.100.1']."},"sessionKey":{"type":"string","description":"Session key (osk_...) returned by checkDeviceLoginStatus. Pass it on every call when logged in via the in-chat device flow; omit when connected via OAuth."}},"required":["hostname","ipAddresses"]}},{"name":"createMailbox","description":"createMailbox: Stage creation of a paid mailbox on a mail-enabled domain. BILLABLE: deducts from account balance; get a quote with getMailboxQuote and confirm the price with the user first. Requires authentication. Returns an actionId: present the summary to the user, then call executeConfirmedAction with the actionId if they approve. The result of the confirmed action contains the generated password EXACTLY ONCE; it can never be retrieved again, so show it to the user immediately (they can change it later with setMailboxPassword). Also share the client settings from the result (IMAP/SMTP/webmail).","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"domain":{"type":"string","description":"An ACTIVE mail-enabled domain from listMailDomains."},"localPart":{"type":"string","description":"The part of the address before the @; the full mailbox address becomes 'localPart@domain', e.g. 'user@example.com'."},"packageId":{"type":"string","description":"Mailbox plan id from listMailPlans; there is no default."},"term":{"type":"string","description":"Payment term: 'MONTHLY' or 'ANNUAL' (default ANNUAL)."},"sessionKey":{"type":"string","description":"Session key (osk_...) returned by checkDeviceLoginStatus. Pass it on every call when logged in via the in-chat device flow; omit when connected via OAuth."}},"required":["domain","localPart","packageId"]}},{"name":"createPaymentSession","description":"createPaymentSession: Stage a Stripe checkout session to add funds to the account balance. Requires authentication. Returns an actionId; present the summary to the user, then call executeConfirmedAction with the actionId if they approve. The executed result includes checkoutUrl (hand it to the human to pay) and expiresAt; then poll getPaymentTransactions until the balance credit appears.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"amount":{"type":"number","description":"Amount to add to the balance, in the account currency as a decimal (e.g. 25.00)."},"currency":{"type":"string","description":"3-letter ISO 4217 currency code, default USD."},"sessionKey":{"type":"string","description":"Session key (osk_...) returned by checkDeviceLoginStatus. Pass it on every call when logged in via the in-chat device flow; omit when connected via OAuth."}},"required":["amount"]}},{"name":"deleteContact","description":"deleteContact: Stage deletion of a contact. DESTRUCTIVE; fails if the contact is assigned to active domains. Requires authentication. Returns an actionId; present the summary to the user, then call executeConfirmedAction with the actionId if they approve.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"contactId":{"type":"string","description":"Identifier of the contact to delete, as returned by listContacts."},"sessionKey":{"type":"string","description":"Session key (osk_...) returned by checkDeviceLoginStatus. Pass it on every call when logged in via the in-chat device flow; omit when connected via OAuth."}},"required":["contactId"]}},{"name":"deleteDnsRecord","description":"deleteDnsRecord: Stage deletion of a DNS record. DESTRUCTIVE and irreversible once executed. Requires authentication. Returns an actionId; present the summary to the user, then call executeConfirmedAction with the actionId if they approve.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"domain":{"type":"string","description":"Fully qualified domain name the record belongs to, e.g. 'example.com'."},"recordId":{"type":"string","description":"Identifier of the record to delete, as returned by listDnsRecords."},"sessionKey":{"type":"string","description":"Session key (osk_...) returned by checkDeviceLoginStatus. Pass it on every call when logged in via the in-chat device flow; omit when connected via OAuth."}},"required":["domain","recordId"]}},{"name":"deleteHost","description":"deleteHost: Stage deletion of a host/glue record. DESTRUCTIVE and irreversible once executed. Requires authentication. Returns an actionId; present the summary to the user, then call executeConfirmedAction with the actionId if they approve.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"hostname":{"type":"string","description":"Fully qualified host name to delete, e.g. 'ns1.example.com'."},"sessionKey":{"type":"string","description":"Session key (osk_...) returned by checkDeviceLoginStatus. Pass it on every call when logged in via the in-chat device flow; omit when connected via OAuth."}},"required":["hostname"]}},{"name":"deleteMailbox","description":"deleteMailbox: Stage deletion of a mailbox. The mailbox stops working immediately and its data is destroyed after a 14-day grace period. Requires authentication. Returns an actionId: present the summary to the user, then call executeConfirmedAction with the actionId if they approve.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"mailboxId":{"type":"string","description":"Mailbox id from listMailboxes."},"sessionKey":{"type":"string","description":"Session key (osk_...) returned by checkDeviceLoginStatus. Pass it on every call when logged in via the in-chat device flow; omit when connected via OAuth."}},"required":["mailboxId"]}},{"name":"deleteSshKey","description":"deleteSshKey: Stage removal of an SSH key from your account. This does not affect servers already built with it, and the key can simply be added again. Requires authentication. Returns an actionId; present the summary to the user, then call executeConfirmedAction with the actionId if they approve.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"keyId":{"type":"integer","description":"Integer key id from listMySshKeys."},"sessionKey":{"type":"string","description":"Session key (osk_...) returned by checkDeviceLoginStatus. Pass it on every call when logged in via the in-chat device flow; omit when connected via OAuth."}},"required":["keyId"]}},{"name":"deleteVpsInstance","description":"deleteVpsInstance: Stage deletion/cancellation of a VPS instance. DESTRUCTIVE and irreversible. Requires authentication. Returns an actionId: present the summary to the user, then call executeConfirmedAction with the actionId if they approve.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"instanceId":{"type":"string","description":"VPS instance id from listMyVpsInstances."},"sessionKey":{"type":"string","description":"Session key (osk_...) returned by checkDeviceLoginStatus. Pass it on every call when logged in via the in-chat device flow; omit when connected via OAuth."}},"required":["instanceId"]}},{"name":"enableMailDomain","description":"enableMailDomain: Enable email hosting on a domain you own. Free; mailboxes are what cost money. If the call fails with a DNS conflict (an existing SPF or MX record), ask the user for explicit consent, then re-call with spfMergeConfirmed=true and/or takeoverConfirmed=true. Requires authentication.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"domain":{"type":"string","description":"The domain to enable email hosting on, e.g. 'example.com'."},"dnsMode":{"type":"string","description":"'PDNS_AUTO' (default) publishes all mail DNS records automatically; the domain must use our nameservers. 'EXTERNAL_MANUAL' returns the DNS records for you to publish at your DNS provider, and the domain stays PENDING_DNS until verifyMailDns succeeds."},"spfMergeConfirmed":{"type":"boolean","description":"Set true, only with the user's explicit consent, to replace a foreign SPF record."},"takeoverConfirmed":{"type":"boolean","description":"Set true, only with the user's explicit consent, to repoint a foreign MX record; this moves their live email."},"sessionKey":{"type":"string","description":"Session key (osk_...) returned by checkDeviceLoginStatus. Pass it on every call when logged in via the in-chat device flow; omit when connected via OAuth."}},"required":["domain"]}},{"name":"executeConfirmedAction","description":"executeConfirmedAction: Execute a previously staged destructive or financial action after user approval. The action expires after 5 minutes and can only be executed once.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"actionId":{"type":"string","description":"The action UUID from the staging tool's response."},"sessionKey":{"type":"string","description":"Session key (osk_...) returned by checkDeviceLoginStatus. Pass it on every call when logged in via the in-chat device flow; omit when connected via OAuth."}},"required":["actionId"]}},{"name":"generateDomainSuggestions","description":"generateDomainSuggestions: Generate domain name suggestions based on keywords. This is the preferred suggestion tool for a single keyword; use it over suggestAlternatives. Returns suggested names with availability.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"name":{"type":"string","description":"Keyword or base name to build suggestions from, e.g. \"mycompany\"."},"tlds":{"type":"string","description":"Comma-separated TLDs without leading dots, e.g. \"com,net\"."},"lang":{"type":"string","description":"Language code; default \"eng\"."},"useNumbers":{"type":"boolean","description":"Allow digits in generated suggestions (true/false)."},"maxResults":{"type":"integer","description":"Maximum suggestions to return; default 20."}},"required":["name"]}},{"name":"getAccountBalance","description":"getAccountBalance: Get the current account balance for the authenticated user. Requires authentication.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"sessionKey":{"type":"string","description":"Session key (osk_...) returned by checkDeviceLoginStatus. Pass it on every call when logged in via the in-chat device flow; omit when connected via OAuth."}},"required":[]}},{"name":"getAccountSummary","description":"getAccountSummary: Get a comprehensive summary of the user's account: profile, balance, domain count, VPS count, and pending transfers. Requires authentication.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"sessionKey":{"type":"string","description":"Session key (osk_...) returned by checkDeviceLoginStatus. Pass it on every call when logged in via the in-chat device flow; omit when connected via OAuth."}},"required":[]}},{"name":"getAuthStatus","description":"getAuthStatus: Check whether the current session is authenticated. Returns authenticated status and token expiry. Optional: sessionKey (from checkDeviceLoginStatus).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"sessionKey":{"type":"string","description":"Session key (osk_...) returned by checkDeviceLoginStatus. Pass it on every call when logged in via the in-chat device flow; omit when connected via OAuth."}},"required":[]}},{"name":"getContact","description":"getContact: Get detailed information about a specific contact. Requires authentication. Get the contactId from listContacts. Returns name, email, phone, organization, and address.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"contactId":{"type":"string","description":"Identifier of the contact to fetch, as returned by listContacts."},"sessionKey":{"type":"string","description":"Session key (osk_...) returned by checkDeviceLoginStatus. Pass it on every call when logged in via the in-chat device flow; omit when connected via OAuth."}},"required":["contactId"]}},{"name":"getContactsForDomain","description":"getContactsForDomain: Get all contacts (registrant, admin, tech, billing) assigned to a domain. Requires authentication. Returns the contact assigned to each role.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"domain":{"type":"string","description":"Fully qualified domain name whose contacts to fetch, e.g. 'example.com'."},"sessionKey":{"type":"string","description":"Session key (osk_...) returned by checkDeviceLoginStatus. Pass it on every call when logged in via the in-chat device flow; omit when connected via OAuth."}},"required":["domain"]}},{"name":"getDedicatedServerCatalog","description":"getDedicatedServerCatalog: Get all available dedicated server configurations with pricing and specifications. No authentication required.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"required":[]}},{"name":"getDnsRecord","description":"getDnsRecord: Get details of a specific DNS record by id. Requires authentication. Get the recordId from listDnsRecords. Returns the record's name, type, content, TTL, and priority.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"domain":{"type":"string","description":"Fully qualified domain name the record belongs to, e.g. 'example.com'."},"recordId":{"type":"string","description":"Identifier of the record to fetch, as returned by listDnsRecords."},"sessionKey":{"type":"string","description":"Session key (osk_...) returned by checkDeviceLoginStatus. Pass it on every call when logged in via the in-chat device flow; omit when connected via OAuth."}},"required":["domain","recordId"]}},{"name":"getDomainAuditTrail","description":"getDomainAuditTrail: Get the audit trail (history of all changes) for a specific domain. Requires authentication.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"domain":{"type":"string","description":"Fully qualified domain name to fetch the audit trail for (e.g. 'example.com')."},"sessionKey":{"type":"string","description":"Session key (osk_...) returned by checkDeviceLoginStatus. Pass it on every call when logged in via the in-chat device flow; omit when connected via OAuth."}},"required":["domain"]}},{"name":"getDomainExtensions","description":"getDomainExtensions: Get all available domain extensions (TLDs) with pricing information. No authentication required.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"required":[]}},{"name":"getDomainInfo","description":"getDomainInfo: Get registry (EPP) state plus account settings for one domain: status, nameservers, lock state, auto-renew, privacy, creation/expiry dates, premium/expired/redemption info. Dates are null while a registration is still pending at the registry; autoRenew is omitted for transferredOut domains.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"domain":{"type":"string","description":"Fully qualified domain name, like \"example.com\", without scheme."},"sessionKey":{"type":"string","description":"Session key (osk_...) returned by checkDeviceLoginStatus. Pass it on every call when logged in via the in-chat device flow; omit when connected via OAuth."}},"required":["domain"]}},{"name":"getDomainPricing","description":"getDomainPricing: Get pricing for domain extensions from the product catalog. Requires authentication.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"extension":{"type":"string","description":"Domain extension to filter by, without the leading dot (e.g. 'com', 'net', 'org')."},"sessionKey":{"type":"string","description":"Session key (osk_...) returned by checkDeviceLoginStatus. Pass it on every call when logged in via the in-chat device flow; omit when connected via OAuth."}},"required":[]}},{"name":"getHostingBundle","description":"getHostingBundle: Get the hosting options and exact prices for a specific domain: recommended VPS packages (cheapest first), email plans, web forwarding, and app/site deployment. No authentication required. Call this ONCE after a successful availability check or registration to make a concise hosting offer; do not repeat the offer in the same conversation. Prices are display prices; the authoritative amount is computed at purchase.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"domain":{"type":"string","description":"Fully qualified domain name to get hosting options for (e.g. 'example.com')."}},"required":["domain"]}},{"name":"getHostsForDomain","description":"getHostsForDomain: List all host/glue records associated with a domain. Requires authentication. Returns each host name and its IP addresses.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"domain":{"type":"string","description":"Fully qualified domain name whose host records to list, e.g. 'example.com'."},"sessionKey":{"type":"string","description":"Session key (osk_...) returned by checkDeviceLoginStatus. Pass it on every call when logged in via the in-chat device flow; omit when connected via OAuth."}},"required":["domain"]}},{"name":"getInvoiceDetails","description":"getInvoiceDetails: Get detailed information about a specific invoice including line items. Requires authentication.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"invoiceId":{"type":"string","description":"The identifier of the invoice to fetch, as returned by listInvoices."},"sessionKey":{"type":"string","description":"Session key (osk_...) returned by checkDeviceLoginStatus. Pass it on every call when logged in via the in-chat device flow; omit when connected via OAuth."}},"required":["invoiceId"]}},{"name":"getInvoiceStatistics","description":"getInvoiceStatistics: Get summary statistics of invoices: total paid, pending, overdue amounts. Requires authentication.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"sessionKey":{"type":"string","description":"Session key (osk_...) returned by checkDeviceLoginStatus. Pass it on every call when logged in via the in-chat device flow; omit when connected via OAuth."}},"required":[]}},{"name":"getMailDnsRecords","description":"getMailDnsRecords: Get the DNS records a mail domain needs (MX, SPF, DKIM, ...), for customers managing DNS externally. Requires authentication.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"domain":{"type":"string","description":"A mail-enabled domain from listMailDomains, e.g. 'example.com'."},"sessionKey":{"type":"string","description":"Session key (osk_...) returned by checkDeviceLoginStatus. Pass it on every call when logged in via the in-chat device flow; omit when connected via OAuth."}},"required":["domain"]}},{"name":"getMailboxQuote","description":"getMailboxQuote: Get a display-only price quote for a mailbox plan. The backend re-derives the authoritative price at purchase. Requires authentication.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"packageId":{"type":"string","description":"Mailbox plan id from listMailPlans."},"term":{"type":"string","description":"Payment term: 'MONTHLY' or 'ANNUAL' (default ANNUAL)."},"sessionKey":{"type":"string","description":"Session key (osk_...) returned by checkDeviceLoginStatus. Pass it on every call when logged in via the in-chat device flow; omit when connected via OAuth."}},"required":["packageId"]}},{"name":"getMailboxUsage","description":"getMailboxUsage: Get disk usage per mailbox in bytes, for quota display alongside the plan's quotaBytes. Requires authentication.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"sessionKey":{"type":"string","description":"Session key (osk_...) returned by checkDeviceLoginStatus. Pass it on every call when logged in via the in-chat device flow; omit when connected via OAuth."}},"required":[]}},{"name":"getMyAuditLogs","description":"getMyAuditLogs: Get recent audit logs for the authenticated user across all services. Requires authentication.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"page":{"type":"integer","description":"Zero-based page number for pagination."},"size":{"type":"integer","description":"Number of log entries per page."},"sessionKey":{"type":"string","description":"Session key (osk_...) returned by checkDeviceLoginStatus. Pass it on every call when logged in via the in-chat device flow; omit when connected via OAuth."}},"required":[]}},{"name":"getMyProfile","description":"getMyProfile: Get the authenticated user's profile and account information including name, email, organization, balance, and domain/VPS counts. Requires authentication.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"sessionKey":{"type":"string","description":"Session key (osk_...) returned by checkDeviceLoginStatus. Pass it on every call when logged in via the in-chat device flow; omit when connected via OAuth."}},"required":[]}},{"name":"getPaymentTransactions","description":"getPaymentTransactions: Get payment transaction history for the authenticated user. Requires authentication.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"page":{"type":"integer","description":"Zero-based page number for pagination."},"size":{"type":"integer","description":"Number of transactions per page."},"sessionKey":{"type":"string","description":"Session key (osk_...) returned by checkDeviceLoginStatus. Pass it on every call when logged in via the in-chat device flow; omit when connected via OAuth."}},"required":[]}},{"name":"getProductCatalog","description":"getProductCatalog: Get the complete product catalog including domain extensions, VPS packages, and dedicated servers. No authentication required.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"required":[]}},{"name":"getRecentActivity","description":"getRecentActivity: Get the most recent activity across all domains and services for the user. Requires authentication.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"sessionKey":{"type":"string","description":"Session key (osk_...) returned by checkDeviceLoginStatus. Pass it on every call when logged in via the in-chat device flow; omit when connected via OAuth."}},"required":[]}},{"name":"getTransferQuote","description":"getTransferQuote: Get a transfer price quote for a domain. Requires authentication. Returns transfer price, currency, extension years, and new expiration date. Call before initiateTransfer to show the user the cost.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"domain":{"type":"string","description":"Fully qualified domain name to quote, e.g. 'example.com'."},"sessionKey":{"type":"string","description":"Session key (osk_...) returned by checkDeviceLoginStatus. Pass it on every call when logged in via the in-chat device flow; omit when connected via OAuth."}},"required":["domain"]}},{"name":"getTransferStatus","description":"getTransferStatus: Check the current status of a domain transfer. Requires authentication. Returns status, request date, current registrar, and expected completion.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"domain":{"type":"string","description":"Fully qualified domain name whose transfer to check, e.g. 'example.com'."},"sessionKey":{"type":"string","description":"Session key (osk_...) returned by checkDeviceLoginStatus. Pass it on every call when logged in via the in-chat device flow; omit when connected via OAuth."}},"required":["domain"]}},{"name":"getVpsInstanceDetails","description":"getVpsInstanceDetails: Get detailed information about a specific VPS instance including resource usage. Requires authentication.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"instanceId":{"type":"string","description":"VPS instance id from listMyVpsInstances."},"sessionKey":{"type":"string","description":"Session key (osk_...) returned by checkDeviceLoginStatus. Pass it on every call when logged in via the in-chat device flow; omit when connected via OAuth."}},"required":["instanceId"]}},{"name":"getVpsPackageDetails","description":"getVpsPackageDetails: Get detailed information about a specific VPS package including all pricing tiers. Requires authentication. For anonymous browsing use listVpsPackages, which already includes per-term pricing.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"packageId":{"type":"string","description":"VPS package id from listVpsPackages."},"sessionKey":{"type":"string","description":"Session key (osk_...) returned by checkDeviceLoginStatus. Pass it on every call when logged in via the in-chat device flow; omit when connected via OAuth."}},"required":["packageId"]}},{"name":"initializeDnsZone","description":"initializeDnsZone: Initialize (create) the DNS zone for a domain. NOT needed after registerDomain, which initializes the zone automatically. Use only for pre-existing domains without a zone (e.g. after a transfer, or if registration opted out with initializeDnsZone:false). Safe on existing zones, it will not overwrite records. Requires authentication.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"domain":{"type":"string","description":"Fully qualified domain name to create the zone for, e.g. 'example.com'."},"sessionKey":{"type":"string","description":"Session key (osk_...) returned by checkDeviceLoginStatus. Pass it on every call when logged in via the in-chat device flow; omit when connected via OAuth."}},"required":["domain"]}},{"name":"initiateTransfer","description":"initiateTransfer: Starts a transfer for a domain already prepared at the losing registrar (unlocked, auth code in hand). transferDomain (domain tools) stages transfer + registrant assignment in one step; use that when the user gives you contact details. Deducts from account balance. Requires authentication. Returns an actionId; present the summary to the user, then call executeConfirmedAction with the actionId if they approve.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"domain":{"type":"string","description":"Fully qualified domain name to transfer in, e.g. 'example.com'."},"authCode":{"type":"string","description":"EPP/transfer authorization code obtained from the losing registrar."},"sessionKey":{"type":"string","description":"Session key (osk_...) returned by checkDeviceLoginStatus. Pass it on every call when logged in via the in-chat device flow; omit when connected via OAuth."}},"required":["domain","authCode"]}},{"name":"listCategorizedTlds","description":"listCategorizedTlds: List TLDs from the OSIR catalog that have category and audience metadata, with registration and renewal prices as decimal strings (e.g. '10.39'). Use it to pick 3-6 relevant TLDs before calling bulkDomainSuggestions. Filters: price cap, exclude ccTLDs/restricted/premium, registry. Returns unranked candidates with categories, audience, prices, and flags. No auth required.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"excludeRestricted":{"type":"boolean","description":"Set true to exclude TLDs with registry-level registration restrictions."},"excludeCcTLDs":{"type":"boolean","description":"Set true to exclude country-code and IDN TLDs."},"maxRegisterPrice":{"type":"number","description":"Maximum registration price as a decimal; TLDs priced above it are excluded."},"excludePremium":{"type":"boolean","description":"Set true only when the user explicitly asks for no premium or surprise pricing; premium-flagged TLDs still register most names at the standard price, so do not use this as a budget filter."},"registry":{"type":"string","description":"Filter to TLDs operated by this registry name (case-insensitive exact match)."}},"required":[]}},{"name":"listContacts","description":"listContacts: List all contacts for the authenticated user, optionally filtered by a search term. Requires authentication. Returns each contact with its id for use in getContact, updateContact, deleteContact, or domain registration.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"search":{"type":"string","description":"Optional search term matched against contact name, email, or organization."},"sessionKey":{"type":"string","description":"Session key (osk_...) returned by checkDeviceLoginStatus. Pass it on every call when logged in via the in-chat device flow; omit when connected via OAuth."}},"required":[]}},{"name":"listDnsRecords","description":"listDnsRecords: List all DNS records for a domain. Requires authentication. Returns each record with its id, name, type, content, TTL, and priority; use the record id with getDnsRecord, updateDnsRecord, or deleteDnsRecord.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"domain":{"type":"string","description":"Fully qualified domain name whose records to list, e.g. 'example.com'."},"sessionKey":{"type":"string","description":"Session key (osk_...) returned by checkDeviceLoginStatus. Pass it on every call when logged in via the in-chat device flow; omit when connected via OAuth."}},"required":["domain"]}},{"name":"listInvoices","description":"listInvoices: List invoices for the authenticated user with optional status filtering and pagination. Requires authentication.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"status":{"type":"string","description":"Filter by invoice status: DRAFT, PENDING, PAID, CANCELLED, or OVERDUE."},"page":{"type":"integer","description":"Zero-based page number for pagination, default 0."},"size":{"type":"integer","description":"Number of invoices per page, default 20."},"sessionKey":{"type":"string","description":"Session key (osk_...) returned by checkDeviceLoginStatus. Pass it on every call when logged in via the in-chat device flow; omit when connected via OAuth."}},"required":[]}},{"name":"listMailDomains","description":"listMailDomains: List your domains that are enabled for email hosting, with status (PENDING_DNS or ACTIVE) and DNS mode. Requires authentication.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"sessionKey":{"type":"string","description":"Session key (osk_...) returned by checkDeviceLoginStatus. Pass it on every call when logged in via the in-chat device flow; omit when connected via OAuth."}},"required":[]}},{"name":"listMailPlans","description":"listMailPlans: List available email mailbox plans with quotas and prices (monthly and annual, in cents). Requires authentication. Always quote prices from here, never from memory.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"sessionKey":{"type":"string","description":"Session key (osk_...) returned by checkDeviceLoginStatus. Pass it on every call when logged in via the in-chat device flow; omit when connected via OAuth."}},"required":[]}},{"name":"listMailboxes","description":"listMailboxes: List your mailboxes with plan, payment term, status, and next renewal date. Requires authentication.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"sessionKey":{"type":"string","description":"Session key (osk_...) returned by checkDeviceLoginStatus. Pass it on every call when logged in via the in-chat device flow; omit when connected via OAuth."}},"required":[]}},{"name":"listMySshKeys","description":"listMySshKeys: List the SSH keys stored on your account, with their ids and SHA256 fingerprints. Use this to check whether a key is already stored and to get the ids to pass to orderVps or buildVpsInstance. Requires authentication.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"sessionKey":{"type":"string","description":"Session key (osk_...) returned by checkDeviceLoginStatus. Pass it on every call when logged in via the in-chat device flow; omit when connected via OAuth."}},"required":[]}},{"name":"listMyVpsInstances","description":"listMyVpsInstances: List all VPS instances owned by the authenticated user. Requires authentication.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"sessionKey":{"type":"string","description":"Session key (osk_...) returned by checkDeviceLoginStatus. Pass it on every call when logged in via the in-chat device flow; omit when connected via OAuth."}},"required":[]}},{"name":"listPendingTransfers","description":"listPendingTransfers: List all pending incoming (gaining) domain transfers. Requires authentication. Returns each transfer with its status, request date, current registrar, and expected completion.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"sessionKey":{"type":"string","description":"Session key (osk_...) returned by checkDeviceLoginStatus. Pass it on every call when logged in via the in-chat device flow; omit when connected via OAuth."}},"required":[]}},{"name":"listUserDomains","description":"listUserDomains: List all domains owned by the authenticated user. No parameters required. Must be authenticated first.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"sessionKey":{"type":"string","description":"Session key (osk_...) returned by checkDeviceLoginStatus. Pass it on every call when logged in via the in-chat device flow; omit when connected via OAuth."}},"required":[]}},{"name":"listVpsLocations","description":"listVpsLocations: List available VPS hosting locations (cities/countries) with available packages. No authentication required.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"required":[]}},{"name":"listVpsOsTemplates","description":"listVpsOsTemplates: List operating system templates available to install. Requires authentication. Pass EXACTLY ONE of packageId (to pick an operatingSystemId for orderVps, so the server arrives with an OS on it) or instanceId (to pick a template for reinstalling via buildVpsInstance). The two are not interchangeable: the available set depends on the package. Template ids change over time, so always resolve an id here rather than reusing a remembered or hardcoded one.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"packageId":{"type":"string","description":"VPS package id from listVpsPackages; use BEFORE ordering to pick an operatingSystemId for orderVps."},"instanceId":{"type":"string","description":"VPS instance id from listMyVpsInstances; use to see what an existing server can be reinstalled with via buildVpsInstance."},"includeEol":{"type":"boolean","description":"Include end-of-life templates (default false)."},"sessionKey":{"type":"string","description":"Session key (osk_...) returned by checkDeviceLoginStatus. Pass it on every call when logged in via the in-chat device flow; omit when connected via OAuth."}},"required":[]}},{"name":"listVpsPackages","description":"listVpsPackages: List available VPS hosting packages with pricing, specs, and locations. No authentication required.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"required":[]}},{"name":"lockDomain","description":"lockDomain: Enable registrar lock on a domain to prevent unauthorized transfers.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"domain":{"type":"string","description":"Fully qualified domain name to lock, like \"example.com\", without scheme."},"sessionKey":{"type":"string","description":"Session key (osk_...) returned by checkDeviceLoginStatus. Pass it on every call when logged in via the in-chat device flow; omit when connected via OAuth."}},"required":["domain"]}},{"name":"loginToVpsPanel","description":"loginToVpsPanel: Generate a one-time login URL to the VPS control panel (VirtFusion) for managing the server. Requires authentication.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"instanceId":{"type":"string","description":"VPS instance id from listMyVpsInstances."},"sessionKey":{"type":"string","description":"Session key (osk_...) returned by checkDeviceLoginStatus. Pass it on every call when logged in via the in-chat device flow; omit when connected via OAuth."}},"required":["instanceId"]}},{"name":"loginWithDevice","description":"loginWithDevice: Start a device authorization login (RFC 8628). Returns a verificationUri and userCode. Open the URI in your browser, enter the code, and sign in with your OSIR credentials. Then call checkDeviceLoginStatus with the returned deviceCode to complete login. No parameters required.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"required":[]}},{"name":"logout","description":"logout: Log out: revokes the session's tokens at the identity provider immediately. Optional: sessionKey (from checkDeviceLoginStatus); pass it to end that conversation session.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"sessionKey":{"type":"string","description":"Session key (osk_...) returned by checkDeviceLoginStatus. Pass it on every call when logged in via the in-chat device flow; omit when connected via OAuth."}},"required":[]}},{"name":"orderVps","description":"orderVps: Stage an order for a new VPS instance; deducts from account balance. Requires authentication. Returns an actionId: present the summary to the user, then call executeConfirmedAction with the actionId if they approve.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"hostname":{"type":"string","description":"Hostname for the new server, e.g. 'myserver.example.com'."},"operatingSystemId":{"type":"integer","description":"Integer OS template id resolved with listVpsOsTemplates using this same packageId; omit to get a server with NO operating system installed."},"packageId":{"type":"string","description":"VPS package id from listVpsPackages."},"paymentTerm":{"type":"string","description":"Billing cycle: 'MONTHLY', 'SEMI_ANNUAL', 'ANNUAL', 'BIENNIAL', or 'TRIENNIAL'."},"sessionKey":{"type":"string","description":"Session key (osk_...) returned by checkDeviceLoginStatus. Pass it on every call when logged in via the in-chat device flow; omit when connected via OAuth."},"sshKeyIds":{"type":"array","items":{"type":"integer"},"description":"Integer SSH key ids from listMySshKeys or addSshKey, injected during install; without one you cannot log in."}},"required":["packageId","hostname","paymentTerm"]}},{"name":"osirAppCreateUpload","description":"osirAppCreateUpload: Create an upload ticket for deploying app source code to Osir. Returns an uploadTicket, a putUrl, and instructions to zip the project and upload it. After uploading, call osirAppDeploy with the uploadTicket. Requires authentication.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"sessionKey":{"type":"string","description":"Session key (osk_...) returned by checkDeviceLoginStatus. Pass it on every call when logged in via the in-chat device flow; omit when connected via OAuth."}},"required":[]}},{"name":"osirAppDelete","description":"osirAppDelete: Stage deletion of an Osir app. DESTRUCTIVE and irreversible: removes its microVM, image, route, and data. Returns an actionId; present the summary to the user, then call executeConfirmedAction with the actionId if they approve. Requires authentication.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"appId":{"type":"string","description":"App id from osirAppList."},"sessionKey":{"type":"string","description":"Session key (osk_...) returned by checkDeviceLoginStatus. Pass it on every call when logged in via the in-chat device flow; omit when connected via OAuth."}},"required":["appId"]}},{"name":"osirAppDeploy","description":"osirAppDeploy: Deploy an app to Osir (free tier) and get a live HTTPS URL; the app runs isolated in a microVM. Deploying an existing app name redeploys it (new version) and applies any secrets set via osirAppSetSecret. A plain static website (HTML/CSS/JS with no framework or build step) is also supported: it is auto-detected and served directly; pass language 'node' for it. If the app was moved to the user's own VPS, redeploying under the same name updates it there and keeps its domain. Requires authentication.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"name":{"type":"string","description":"App name: lowercase letters, digits, and hyphens, e.g. 'habit-tracker'."},"language":{"type":"string","description":"Runtime language: 'node', 'python', 'php-laravel', or 'go'; use 'node' for a plain static site."},"uploadTicket":{"type":"string","description":"Upload ticket from osirAppCreateUpload, after uploading the zipped source to its putUrl."},"region":{"type":"string","description":"Region: 'us' or 'al' ('al' is Albania/Tirana); defaults to the platform's home region."},"sessionKey":{"type":"string","description":"Session key (osk_...) returned by checkDeviceLoginStatus. Pass it on every call when logged in via the in-chat device flow; omit when connected via OAuth."}},"required":["name","language","uploadTicket"]}},{"name":"osirAppGetSource","description":"osirAppGetSource: Get a short-lived signed download URL for an Osir app's current source zip. Use this to make edits to a deployed app without the user re-attaching the project: download, patch the files, then osirAppCreateUpload (PUT the new zip) and osirAppDeploy under the SAME name; the platform rebuilds and, for owned-tier apps, auto-ships the new version to the user's box. Requires authentication.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"appName":{"type":"string","description":"The deployed app's name, as shown by osirAppList."},"sessionKey":{"type":"string","description":"Session key (osk_...) returned by checkDeviceLoginStatus. Pass it on every call when logged in via the in-chat device flow; omit when connected via OAuth."}},"required":["appName"]}},{"name":"osirAppList","description":"osirAppList: List the authenticated user's deployed Osir apps with their live URLs and status. Requires authentication.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"sessionKey":{"type":"string","description":"Session key (osk_...) returned by checkDeviceLoginStatus. Pass it on every call when logged in via the in-chat device flow; omit when connected via OAuth."}},"required":[]}},{"name":"osirAppLogs","description":"osirAppLogs: Get recent logs from an Osir app's microVM ('why is my app broken?'). Requires authentication.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"appId":{"type":"string","description":"App id from osirAppList."},"tail":{"type":"integer","description":"Number of recent log lines to return (default 100)."},"sessionKey":{"type":"string","description":"Session key (osk_...) returned by checkDeviceLoginStatus. Pass it on every call when logged in via the in-chat device flow; omit when connected via OAuth."}},"required":["appId"]}},{"name":"osirAppMoveToOwned","description":"osirAppMoveToOwned: Move a deployed Osir app from the shared free tier onto a VPS owned by the user. TWO WAYS IN. (1) The user already owns a VPS: pass instanceId (from listMyVpsInstances) and NO packageId - this ATTACHES the app to that server, SPENDS NOTHING and needs no confirmation. (2) No server yet: pass packageId (from listVpsPackages) and the call stages a VPS order (COSTS MONEY): returns an actionId; present the price/summary to the user and call executeConfirmedAction only if they approve. Before staging any order this tool checks whether the user ALREADY has a box for this app (its C2 binding, then their own VPS list) and attaches that instead - a retry after a failed move never buys a second server. After the move starts the platform ships the app onto the box server-side, which takes about two minutes; watch it with osirAppStatus ('ownedMove'). Calling this tool again while a move is still running just reports its progress, and calling it after one FAILED retries the ship - unless osirAppStatus says the VPS refused the Osir deploy key or its web ports are taken: then retry only after the user has made the changes that message lists. If the result status is BUILDING or BUILD_FAILED, follow its nextStep. Requires authentication.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"appName":{"type":"string","description":"The deployed app's name, as shown by osirAppList."},"packageId":{"type":"string","description":"VPS package id from listVpsPackages. Required ONLY when a server has to be ordered; omit it when passing instanceId."},"instanceId":{"type":"string","description":"Id of a VPS the user ALREADY owns, from listMyVpsInstances. Given this, the app is attached to that server and nothing is ordered or charged. Never invent one."},"domain":{"type":"string","description":"Custom domain to serve the app on; DNS is bound automatically if the domain is hosted on osir.app nameservers, otherwise the result returns the IP and manual DNS instructions."},"sessionKey":{"type":"string","description":"Session key (osk_...) returned by checkDeviceLoginStatus. Pass it on every call when logged in via the in-chat device flow; omit when connected via OAuth."}},"required":["appName"]}},{"name":"osirAppProvisionDatabase","description":"osirAppProvisionDatabase: Provision a managed Postgres database for an Osir app. The connection string is stored as the app's DATABASE_URL secret (encrypted, injected on the next osirAppDeploy) and is NEVER returned. Requires authentication.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"appId":{"type":"string","description":"App id from osirAppList."},"engine":{"type":"string","description":"Database engine; only 'postgres' (the default) is supported."},"sessionKey":{"type":"string","description":"Session key (osk_...) returned by checkDeviceLoginStatus. Pass it on every call when logged in via the in-chat device flow; omit when connected via OAuth."}},"required":["appId"]}},{"name":"osirAppSetSecret","description":"osirAppSetSecret: Set an environment secret for an Osir app (e.g. DATABASE_URL, API_KEY). The value is stored encrypted and injected as an env var on the next osirAppDeploy of the app; it is NEVER returned or logged. Requires authentication.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"appId":{"type":"string","description":"App id from osirAppList."},"key":{"type":"string","description":"Environment variable name, e.g. 'API_KEY'."},"value":{"type":"string","description":"The secret value; never returned or logged."},"sessionKey":{"type":"string","description":"Session key (osk_...) returned by checkDeviceLoginStatus. Pass it on every call when logged in via the in-chat device flow; omit when connected via OAuth."}},"required":["appId","key","value"]}},{"name":"osirAppStatus","description":"osirAppStatus: Get an Osir app's current status, live URL, and health ('is my app working?'). If the status is BUILD_FAILED, 'recentErrors' explains why so you can fix the source and redeploy. 'qa' is an independent black-box check of the LIVE app after deploy: qa.status PASSED means it loaded and worked; FAILED means it deployed but didn't actually work, and qa.findings lists the problems so you can fix and redeploy. 'ownedMove' tracks a move onto the user's own VPS, which leaves tier and status unchanged while it runs: state MOVING (in progress, stage says where, ~2 minutes in total), MOVED (done - tier reads 'owned'), FAILED or REFUSED (follow this result's message: usually call osirAppMoveToOwned again to retry, which never orders a second server; but when the VPS refused the Osir deploy key or its web ports are taken, the user must fix the VPS first, and the message says how). Requires authentication.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"appId":{"type":"string","description":"App id from osirAppList or a deploy result."},"sessionKey":{"type":"string","description":"Session key (osk_...) returned by checkDeviceLoginStatus. Pass it on every call when logged in via the in-chat device flow; omit when connected via OAuth."}},"required":["appId"]}},{"name":"osirSiteDesignBrief","description":"osirSiteDesignBrief: Step 1 of designing a NEW website with OSIR. Validates the brief and returns 'systemPrompt', the structured design brief and constraints YOU must then follow to write one complete self-contained HTML page, plus 'editRules' for later revisions. Call it before osirSitePublish for a new site, then publish the finished page with osirSitePublish. No authentication needed.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"businessName":{"type":"string","description":"The business or project name."},"whatItIs":{"type":"string","description":"What the business concretely does or sells."},"audience":{"type":"string","description":"Who visits the site and why."},"pageJob":{"type":"string","description":"The page's single job: get_contact, sell_product, book_appointment, collect_signups, inform_portfolio, or other."},"primaryAction":{"type":"string","description":"The one primary call to action, e.g. 'Book a table'."},"briefJson":{"type":"string","description":"Optional JSON object with extras the user provided: site_type, sections[], language (ISO code, default en), tone (warm|premium|playful|technical|minimal|bold), mood_words[] (max 5), brand{logo_url, primary_color '#RRGGBB', secondary_color, fonts[], existing_site_url, references[{url, what_you_like}] (max 3; direction only, never copied), dislikes}, content{tagline, services_or_products[{name,description,price}], about_text, contact{phone,email,address,hours,social[]}, image_urls[], testimonials[{quote,name}] (real only)}, constraints{dark_mode, animations (none|subtle|expressive), form_endpoint, legal_footer}. Ask the user rather than inventing values; skipped extras are fine."}},"required":["businessName","whatItIs","audience","pageJob","primaryAction"]}},{"name":"osirSitePublish","description":"osirSitePublish: Publish a single-page website to a live HTTPS URL on Osir (free tier). ANY complete HTML document works: the user's own site, a page designed in this chat, or one from the osirSiteDesignBrief flow. Calling again with the same name redeploys the new version. For MULTI-FILE sites (separate CSS/JS/images) use osirAppCreateUpload + osirAppDeploy with a zip instead. Then poll osirAppStatus until READY. If the app was moved to the user's own VPS, redeploying under the same name updates it there and keeps its domain. Requires authentication.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"name":{"type":"string","description":"Site name: lowercase letters, digits, and hyphens, e.g. 'bar-mediterran'."},"html":{"type":"string","description":"The complete <html> document to publish (max 1 MiB)."},"region":{"type":"string","description":"Region: 'us' or 'al' ('al' is Albania/Tirana)."},"designContract":{"type":"boolean","description":"Set true ONLY for pages generated via the osirSiteDesignBrief flow; additionally enforces its output contract (exactly one <h1>, self-contained, no external scripts/CSS except Google Fonts, no iframes). Never set it for a user's own site."},"sessionKey":{"type":"string","description":"Session key (osk_...) returned by checkDeviceLoginStatus. Pass it on every call when logged in via the in-chat device flow; omit when connected via OAuth."}},"required":["name","html"]}},{"name":"payInvoice","description":"payInvoice: Stage payment of an outstanding invoice from account balance. Requires authentication. Returns an actionId; present the summary to the user, then call executeConfirmedAction with the actionId if they approve.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"invoiceId":{"type":"string","description":"The identifier of the outstanding invoice to pay, as returned by listInvoices."},"sessionKey":{"type":"string","description":"Session key (osk_...) returned by checkDeviceLoginStatus. Pass it on every call when logged in via the in-chat device flow; omit when connected via OAuth."}},"required":["invoiceId"]}},{"name":"previewPaymentFees","description":"previewPaymentFees: Preview the fees that would be charged for a given payment amount. Requires authentication.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"amount":{"type":"number","description":"Payment amount to preview, in the account currency as a decimal (e.g. 25.00)."},"currency":{"type":"string","description":"3-letter ISO 4217 currency code, default USD."},"sessionKey":{"type":"string","description":"Session key (osk_...) returned by checkDeviceLoginStatus. Pass it on every call when logged in via the in-chat device flow; omit when connected via OAuth."}},"required":["amount"]}},{"name":"registerDomain","description":"registerDomain: Stage registration of a new domain name. Deducts from account balance. The DNS zone is initialised automatically after registration (asynchronously; if createDnsRecord right after registration reports a missing zone, retry after a few seconds). Pass initializeDnsZone:false to opt out. Returns an actionId: present the summary to the user, then call executeConfirmedAction with the actionId if they approve.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"autoRenew":{"type":"boolean","description":"Enable automatic renewal; defaults to true."},"domain":{"type":"string","description":"Fully qualified domain name to register, like \"example.com\", without scheme."},"initializeDnsZone":{"type":"boolean","description":"Initialise the DNS zone after registration; defaults to true."},"nameservers":{"type":"array","items":{"type":"string"},"description":"List of nameserver hostnames, e.g. [\"ns1.example.com\", \"ns2.example.com\"]."},"privacyProtection":{"type":"boolean","description":"Enable WHOIS privacy protection; defaults to true."},"registrantInfo":{"type":"object","properties":{"address":{"type":"object","properties":{"city":{"type":"string"},"country":{"type":"string"},"postalCode":{"type":"string"},"state":{"type":"string"},"street1":{"type":"string"},"street2":{"type":"string"}}},"email":{"type":"string"},"fax":{"type":"string"},"firstName":{"type":"string"},"lastName":{"type":"string"},"organization":{"type":"string"},"phone":{"type":"string"}},"description":"ICANN registrant contact of the domain owner: firstName, lastName, email, phone (+CC.number), and address (street, city, postalCode, country as 2-letter ISO code)."},"sessionKey":{"type":"string","description":"Session key (osk_...) returned by checkDeviceLoginStatus. Pass it on every call when logged in via the in-chat device flow; omit when connected via OAuth."},"years":{"type":"integer","description":"Registration period in years, 1-10."}},"required":["domain","years","registrantInfo","nameservers"]}},{"name":"renewDomain","description":"renewDomain: Stage renewal of a domain for a specified number of years. Deducts from account balance. Returns an actionId: present the summary to the user, then call executeConfirmedAction with the actionId if they approve.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"domain":{"type":"string","description":"Fully qualified domain name to renew, like \"example.com\", without scheme."},"years":{"type":"integer","description":"Renewal period in years, 1-10."},"sessionKey":{"type":"string","description":"Session key (osk_...) returned by checkDeviceLoginStatus. Pass it on every call when logged in via the in-chat device flow; omit when connected via OAuth."}},"required":["domain","years"]}},{"name":"setMailboxPassword","description":"setMailboxPassword: Set a new password on a mailbox. Never log or store the password. Requires authentication.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"mailboxId":{"type":"string","description":"Mailbox id from listMailboxes."},"password":{"type":"string","description":"The new mailbox password; never log or store it."},"sessionKey":{"type":"string","description":"Session key (osk_...) returned by checkDeviceLoginStatus. Pass it on every call when logged in via the in-chat device flow; omit when connected via OAuth."}},"required":["mailboxId","password"]}},{"name":"spinDomainWords","description":"spinDomainWords: Generate domain suggestions by spinning/replacing words with similar alternatives.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"name":{"type":"string","description":"Comma-separated words to spin, e.g. \"pizza,restaurant\"."},"position":{"type":"integer","description":"0-based index of the word to replace."},"similarity":{"type":"number","description":"Similarity threshold for replacements, 0.0-1.0."},"tlds":{"type":"string","description":"Comma-separated TLDs without leading dots, e.g. \"com,net\"."},"lang":{"type":"string","description":"Language code; default \"eng\"."},"maxResults":{"type":"integer","description":"Maximum suggestions to return; default 20."}},"required":["name"]}},{"name":"suggestAlternatives","description":"suggestAlternatives: Suggest alternative domain names if the requested one is unavailable. Legacy; prefer generateDomainSuggestions.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"domain":{"type":"string","description":"Fully qualified domain name to find alternatives for, like \"example.com\", without scheme."},"limit":{"type":"integer","description":"Maximum number of suggestions to return; default 10."},"sessionKey":{"type":"string","description":"Session key (osk_...) returned by checkDeviceLoginStatus. Pass it on every call when logged in via the in-chat device flow; omit when connected via OAuth."}},"required":["domain"]}},{"name":"transferDomain","description":"transferDomain: Stage transfer of a domain from another registrar to OSIR. Deducts from account balance. Returns an actionId: present the summary to the user, then call executeConfirmedAction with the actionId if they approve.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"authCode":{"type":"string","description":"EPP authorization code obtained from the current registrar."},"domain":{"type":"string","description":"Fully qualified domain name to transfer, like \"example.com\", without scheme."},"registrantInfo":{"type":"object","properties":{"address":{"type":"object","properties":{"city":{"type":"string"},"country":{"type":"string"},"postalCode":{"type":"string"},"state":{"type":"string"},"street1":{"type":"string"},"street2":{"type":"string"}}},"email":{"type":"string"},"fax":{"type":"string"},"firstName":{"type":"string"},"lastName":{"type":"string"},"organization":{"type":"string"},"phone":{"type":"string"}},"description":"ICANN registrant contact of the domain owner: firstName, lastName, email, phone (+CC.number), and address (street, city, postalCode, country as 2-letter ISO code)."},"sessionKey":{"type":"string","description":"Session key (osk_...) returned by checkDeviceLoginStatus. Pass it on every call when logged in via the in-chat device flow; omit when connected via OAuth."}},"required":["domain","authCode","registrantInfo"]}},{"name":"unlockDomain","description":"unlockDomain: Stage removal of registrar lock from a domain to allow transfers. DESTRUCTIVE: reduces domain security. Returns an actionId: present the summary to the user, then call executeConfirmedAction with the actionId if they approve.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"domain":{"type":"string","description":"Fully qualified domain name to unlock, like \"example.com\", without scheme."},"sessionKey":{"type":"string","description":"Session key (osk_...) returned by checkDeviceLoginStatus. Pass it on every call when logged in via the in-chat device flow; omit when connected via OAuth."}},"required":["domain"]}},{"name":"updateContact","description":"updateContact: Update an existing contact's information. Requires authentication. Only the fields you provide are changed; omitted fields keep their current values. Get the contactId from listContacts. Returns the updated contact.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"contactId":{"type":"string","description":"Identifier of the contact to update, as returned by listContacts."},"firstName":{"type":"string","description":"New first name."},"lastName":{"type":"string","description":"New last name."},"email":{"type":"string","description":"New email address."},"phone":{"type":"string","description":"New phone number in '+CC.number' format, e.g. '+1.5551234567'."},"organization":{"type":"string","description":"New organization or company name."},"street1":{"type":"string","description":"New first street address line."},"street2":{"type":"string","description":"New second street address line."},"city":{"type":"string","description":"New city name."},"state":{"type":"string","description":"New state, province, or region."},"postalCode":{"type":"string","description":"New postal or ZIP code."},"country":{"type":"string","description":"New country as a 2-letter ISO 3166-1 alpha-2 code, e.g. 'US'."},"sessionKey":{"type":"string","description":"Session key (osk_...) returned by checkDeviceLoginStatus. Pass it on every call when logged in via the in-chat device flow; omit when connected via OAuth."}},"required":["contactId"]}},{"name":"updateDnsRecord","description":"updateDnsRecord: Update an existing DNS record. Requires authentication. Only the fields you provide are changed; omitted fields keep their current values. Get the recordId from listDnsRecords. Returns the updated record.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"domain":{"type":"string","description":"Fully qualified domain name the record belongs to, e.g. 'example.com'."},"recordId":{"type":"string","description":"Identifier of the record to update, as returned by listDnsRecords."},"name":{"type":"string","description":"New record name relative to the zone, e.g. 'www' or '@' for the apex."},"type":{"type":"string","description":"New record type: A, AAAA, CNAME, MX, TXT, NS, SRV, CAA."},"content":{"type":"string","description":"New record value, e.g. an IPv4 dotted-quad or IPv6 address, hostname, or text."},"ttl":{"type":"integer","description":"New time to live in seconds."},"priority":{"type":"integer","description":"New priority for MX/SRV records only."},"sessionKey":{"type":"string","description":"Session key (osk_...) returned by checkDeviceLoginStatus. Pass it on every call when logged in via the in-chat device flow; omit when connected via OAuth."}},"required":["domain","recordId"]}},{"name":"updateDomainAutoRenew","description":"updateDomainAutoRenew: Enable or disable auto-renewal for a domain.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"domain":{"type":"string","description":"Fully qualified domain name, like \"example.com\", without scheme."},"enabled":{"type":"boolean","description":"true to enable automatic renewal, false to disable it."},"sessionKey":{"type":"string","description":"Session key (osk_...) returned by checkDeviceLoginStatus. Pass it on every call when logged in via the in-chat device flow; omit when connected via OAuth."}},"required":["domain","enabled"]}},{"name":"updateDomainPrivacy","description":"updateDomainPrivacy: Enable or disable WHOIS privacy protection for a domain.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"domain":{"type":"string","description":"Fully qualified domain name, like \"example.com\", without scheme."},"enabled":{"type":"boolean","description":"true to enable WHOIS privacy protection, false to disable it."},"sessionKey":{"type":"string","description":"Session key (osk_...) returned by checkDeviceLoginStatus. Pass it on every call when logged in via the in-chat device flow; omit when connected via OAuth."}},"required":["domain","enabled"]}},{"name":"updateNameservers","description":"updateNameservers: Update nameservers for a domain. Replaces the current nameserver set with the given list.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"domain":{"type":"string","description":"Fully qualified domain name, like \"example.com\", without scheme."},"nameservers":{"type":"array","items":{"type":"string"},"description":"List of nameserver hostnames, e.g. [\"ns1.example.com\", \"ns2.example.com\"]."},"sessionKey":{"type":"string","description":"Session key (osk_...) returned by checkDeviceLoginStatus. Pass it on every call when logged in via the in-chat device flow; omit when connected via OAuth."}},"required":["domain","nameservers"]}},{"name":"validateDomainName","description":"validateDomainName: Validate if a domain name format is correct. No authentication required.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"domain":{"type":"string","description":"Fully qualified domain name to validate, like \"example.com\", without scheme."}},"required":["domain"]}},{"name":"verifyAccount","description":"verifyAccount: Verify a newly created OSIR account with the code from the verification email; step 2 of onboarding, no authentication required. The code is the same token as the email link, so the principal can relay it to their agent. On success the account becomes ACTIVE and billable actions are unlocked. If the code expired, call createAccount again with the same email to get a fresh one.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"accountId":{"type":"string","description":"Account identifier returned by createAccount."},"code":{"type":"string","description":"Verification code from the email sent by createAccount."}},"required":["accountId","code"]}},{"name":"verifyMailDns","description":"verifyMailDns: Check that a mail domain's DNS records resolve; activates the domain for email when all records are found. Returns any still-missing records. Requires authentication.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"domain":{"type":"string","description":"The mail-enabled domain to verify, e.g. 'example.com'."},"sessionKey":{"type":"string","description":"Session key (osk_...) returned by checkDeviceLoginStatus. Pass it on every call when logged in via the in-chat device flow; omit when connected via OAuth."}},"required":["domain"]}}],"scan":{"score":79,"grade":"B","scanned_at":"2026-09-20T20:08:45.824Z","report":{"scannerVersion":"0.1.9","scannedAt":"2026-09-20T20:08:45.685Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 470ms"]},"poisoning":{"score":15,"max":15,"notes":["105 tool descriptions checked"]},"auth":{"score":3,"max":15,"notes":["open endpoint exposes 29 write-action tools with no auth"]},"maintenance":{"score":15,"max":15,"notes":["last push 1 days ago"]},"identity":{"score":6,"max":10,"notes":["namespace and repository owner differ","website matches verified namespace"]}},"findings":[{"id":"auth.open-write","severity":"high","component":"auth","title":"Write-action tools reachable without authentication"}],"inputs":{"probes":[{"url":"https://be.osir.com/mcp/http","reachable":true,"authRequired":false,"latencyMs":470,"serverInfo":{"name":"OSIR","version":"2.4.1"}}],"packages":[],"repo":{"found":true,"owner":"Osir-Inc","repo":"mcp-a2a","archived":false,"pushedAt":"2026-09-19T11:36:09Z","stars":0,"forks":0,"openIssues":0,"ownerType":"Organization","ownerAvatarUrl":"https://avatars.githubusercontent.com/u/254851108?v=4","ownerCreatedAt":"2026-01-14T07:23:52Z","license":"Apache-2.0"},"icon":{"url":"https://osir.com/favicon-64.png","source":"site","width":64,"height":64},"presence":{"stars":0,"forks":0,"downloadsWeek":null,"license":"Apache-2.0","lastPushAt":"2026-09-19T11:36:09.000Z","score":23}}}},"grade_history":[],"reviews":[]}