General Tools
you2.xyz
A multi-purpose AI assistant suite for travel, dining, shopping, home services, and car buying.
ENDPOINT 1
https://www.you2.xyz/api/mcp
MCP server metadata
- Name
- You2 Skill Marketplace
- Version
- 1.0.0
You2 exposes marketplace skills as tools. Call tools/list to browse. Calling a tool requires a You2 API key (Bearer you2_sk_...) and spends tokens.
Known tools 20
travel-agentYour AI travel agent for flights, hotels, and itineraries — Expert travel agent that researches destinations, compares flights and hotels, builds custom itineraries, and finds the best deals.
Inferred read-onlydining-finderDiscover the perfect restaurant for any occasion — Restaurant discovery agent that finds dining options matching your cuisine preferences, budget, location, and occasion.
Inferred read-onlyshop-smartSmart shopping assistant that finds the best deals — Personal shopping assistant that compares prices across retailers, finds coupon codes, tracks price history, and recommends the best time to buy.
Inferred read-onlyhome-helperCoordinate home repairs, renovations, and maintenance — Home services coordinator that helps find contractors, compare quotes, plan renovations, schedule maintenance, and manage home improvement projects from start to finish.
Inferred read-onlyauto-dealerExpert car buying research and negotiation assistant — Car buying assistant that researches vehicles, compares pricing, analyzes total cost of ownership, evaluates financing options, and provides negotiation strategies for new and used vehicles.
Inferred read-onlyfinance-advisorPersonal finance advisor for budgets, savings, and investing — Personal finance advisor that analyzes spending patterns, creates budgets, finds savings opportunities, evaluates investment options, and provides actionable financial planning advice.
Inferred read-onlyevent-plannerPlan memorable events from parties to corporate gatherings — Event planning assistant that helps organize parties, weddings, corporate events, and social gatherings.
Inferred read-onlyhealth-advisorResearch-backed health and wellness guidance — Health information assistant that researches symptoms, explains medical conditions, compares treatment options, finds healthcare providers, and provides evidence-based wellness recommendations.
Inferred read-onlyfitness-coachPersonalized workout plans and nutrition guidance — AI fitness coach that creates customized workout plans, meal plans, and training schedules based on your goals, fitness level, available equipment, and time constraints.
Inferred read-onlylegal-helperLegal research and document guidance for everyday needs — Legal information assistant that researches laws and regulations, explains legal concepts, helps with document preparation guidance, and provides general legal information for common situations.
Inferred read-onlymarket-analystDeep market research and competitive intelligence — Market research analyst that conducts industry analysis, competitive intelligence, market sizing, trend identification, and strategic recommendations for business decision-making.
Inferred read-onlysales-assistantBoost sales with research, outreach, and strategy — Sales support agent that researches prospects, crafts outreach messages, creates sales presentations, analyzes pipelines, and develops sales strategies for B2B and B2C contexts.
Inferred read-onlyhr-recruiterStreamline hiring with AI-powered recruitment support — HR and recruitment assistant that helps write job descriptions, screen resumes, create interview questions, research salary benchmarks, and develop hiring processes.
Potential side effectscontent-writerProfessional content creation for any platform — Content creation assistant that writes blog posts, social media content, email newsletters, marketing copy, and website content optimized for engagement and SEO.
Potential side effectsseo-expertData-driven SEO strategy and optimization — SEO specialist that conducts keyword research, analyzes site performance, creates optimization strategies, audits content, and provides technical SEO recommendations.
Inferred read-onlybook-keeperFinancial bookkeeping and accounting guidance — Accounting assistant that helps with bookkeeping practices, expense categorization, financial statement analysis, tax preparation guidance, and cash flow management for small businesses.
Inferred read-onlyproject-managerAI-powered project planning and management — Project management assistant that creates project plans, defines milestones, estimates timelines, identifies risks, and provides frameworks for team coordination and resource allocation.
Inferred read-onlycustomer-supportDraft responses and improve support processes — Customer support assistant that helps draft professional responses, create FAQ documentation, develop support workflows, analyze common issues, and improve customer satisfaction.
Potential side effectsprop-scoutReal estate research, analysis, and investment evaluation — Real estate research agent that analyzes properties, runs comps, evaluates markets, calculates investment returns, and provides data-driven recommendations for buying, selling, and investing.
Inferred read-onlycompliance-botRegulatory compliance research and guidance — Compliance research assistant that helps businesses understand regulations, create compliance checklists, audit processes, and stay current with industry-specific legal requirements.
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.you2-skill-marketplace]
url = "https://www.you2.xyz/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"you2-skill-marketplace": {
"type": "http",
"url": "https://www.you2.xyz/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: you2-skill-marketplace
Remote MCP URL: https://www.you2.xyz/api/mcp
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": {
"you2-skill-marketplace": {
"url": "https://www.you2.xyz/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"you2-skill-marketplace": {
"type": "http",
"url": "https://www.you2.xyz/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "you2-skill-marketplace",
"transport": "streamable-http",
"url": "https://www.you2.xyz/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.