eCommerce
owner.com.ai
Manages an AI marketplace for discovering, recommending, purchasing, and registering AI services.
ENDPOINT 1
https://owner.com.ai/api/mcp/v2
MCP server metadata
- Name
- owner-ai-platform
- Version
- 2.0.0
Known tools 69
commerce_discover_servicesDiscover AI services available on the Owner AI marketplace.
Inferred read-onlycommerce_recommend_servicesGet personalized AI service recommendations based on preferences and budget.
Inferred read-onlycommerce_purchase_servicePurchase an AI service from the Owner AI marketplace.
Potential side effectscommerce_negotiateCreate a negotiation proposal for an AI service (price, terms, SLA).
Potential side effectscommerce_open_disputeOpen a dispute for a transaction if there are issues with service delivery.
Inferred read-onlycommerce_settle_transactionSettle a completed transaction, releasing funds from escrow.
Inferred read-onlyinvest_get_portfolioGet your AI investment portfolio with analytics, allocations, and performance metrics.
Inferred read-onlyinvest_create_thesisCreate an investment thesis — rules that guide autonomous investment decisions.
Potential side effectsinvest_execute_thesisExecute an investment thesis — automatically invest based on thesis rules.
Potential side effectsinvest_run_due_diligenceRun AI-powered due diligence on a specific project before investing.
Inferred read-onlyinvest_list_proposalsList investment proposals in your portfolio, optionally filtered by status.
Inferred read-onlyinvest_rebalance_portfolioRebalance your investment portfolio based on current thesis rules.
Inferred read-onlytipmeme_discover_professionalsDiscover TipMeMe professionals available for tipping.
Inferred read-onlyplatform_get_infoGet information about the Owner AI platform — products, capabilities, pricing, and ecosystem overview.
Inferred read-onlyplatform_health_checkCheck the health status of the Owner AI platform and its services.
Inferred read-onlyplatform_get_pricingGet current pricing for Owner AI platform services and micro-SaaS products.
Inferred read-onlycommerce_submit_reviewSubmit a post-purchase review for a completed AI2AIC transaction.
Potential side effectscommerce_get_reputationGet an agent's reputation score and tier on the AI2AIC trust system (0-1000, Bronze→Diamond).
Inferred read-onlycommerce_get_leaderboardGet the AI2AIC reputation leaderboard — top agents ranked by trust score.
Inferred read-onlycommerce_check_slaCheck SLA compliance for an AI service across all its pricing tiers.
Inferred read-onlycommerce_auto_negotiateAuto-respond to a negotiation proposal using pricing rules (≥80% accept, 50-80% counter, <50% reject).
Inferred read-onlycommerce_delivery_statusCheck the delivery status of a purchased AI service (pending, provisioning, delivered, active, failed).
Inferred read-onlycommerce_get_distributionGet distribution/download info for a purchased service (access URL, API key, clone URL, etc.).
Inferred read-onlycommerce_service_metricsGet telemetry metrics for an AI service (latency, success rate, SLA compliance per tier).
Inferred read-onlycheckout_get_catalogGet the full Owner AI service catalog with prices, providers, packages, and billing cycles.
Inferred read-onlycheckout_apply_packageApply a pre-defined package (starter, pro, scale) to get bundled discount.
Inferred read-onlyidentity_checkCheck domain and social media availability for brand name candidates.
Inferred read-onlyidentity_rankScore and rank all candidates in a session using composite brand scoring (linguistic, memorability, cultural, domain, social).
Inferred read-onlyidentity_registerRegister the chosen brand identity — provisions domain via Cloudflare/Openprovider and optionally reserves social handles.
Inferred read-onlyidentity_full_pipelineExecute the complete OIAE pipeline in one call: generate names, check availability, rank, and optionally register the winner.
Potential side effectsbranding_generate_paletteGenerate a complete color palette for a brand based on industry, mood, and preferences.
Inferred read-onlybranding_generate_typographyGenerate typography recommendations (heading + body fonts) for a brand.
Inferred read-onlybranding_generate_taglineGenerate brand taglines/slogans based on brand identity and target audience.
Inferred read-onlybranding_full_kitGenerate a complete branding kit: palette + typography + tagline + logo concept in one call.
Inferred read-onlybuild_create_projectCreate a new software project via conversational builder (IXO/OXO).
Potential side effectsbuild_iterate_projectSend an iteration/refinement prompt to an existing project.
Potential side effectscuration_score_projectRun the AI curation pipeline on a project to generate quality scores.
Inferred read-onlycuration_get_feedbackGet detailed curation feedback and improvement suggestions for a project.
Inferred read-onlygovernance_request_approvalSubmit an action for governance approval (e.g., budget allocation, feature activation).
Inferred read-onlygovernance_check_complianceCheck if a proposed action complies with current governance policies.
Inferred read-onlyblockstamp_certificateRequest or download a visual certificate for a blockchain-registered document.
Inferred read-onlyblockstamp_statsGet BlockStamp platform statistics: total registrations, verified documents, and blockchain anchoring status.
Inferred read-onlywa49_send_messageSend a WhatsApp message to a phone number via the WA49 automation platform.
Potential side effectswa49_get_configGet the current WhatsApp configuration for the project, including assigned numbers and auto-message settings.
Potential side effectswa49_set_auto_messageConfigure automatic WhatsApp responses for specific triggers (welcome, away, business hours, etc.).
Inferred read-onlywa49_provision_numberProvision a new WhatsApp number for the project via Meta Direct or Twilio.
Inferred read-onlywa49_notification_preferencesGet or update WhatsApp notification preferences for the current user.
Potential side effectsCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.owner-ai-platform]
url = "https://owner.com.ai/api/mcp/v2"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"owner-ai-platform": {
"type": "http",
"url": "https://owner.com.ai/api/mcp/v2"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: owner-ai-platform
Remote MCP URL: https://owner.com.ai/api/mcp/v2
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"owner-ai-platform": {
"url": "https://owner.com.ai/api/mcp/v2"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"owner-ai-platform": {
"type": "http",
"url": "https://owner.com.ai/api/mcp/v2"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "owner-ai-platform",
"transport": "streamable-http",
"url": "https://owner.com.ai/api/mcp/v2"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for owner.com.ai was fetched 2026-08-31T00:08:52.317Z.
owner.com.ai is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.