YesHello
OfficialSearch for and import stock photos from Pexels into the YesHello media library.
What is this?
YesHello is a platform for creating digital business cards, lead capture forms, and service listings. This MCP server gives AI assistants (Claude, Cursor, VS Code, ChatGPT, and any MCP-compatible client) full control over building and managing your online business presence.
Give AI a website URL, and it builds your complete digital business card in under 2 minutes.
Features
63 tools across 8 categories: Cards, Forms, Submissions, Listings, Media, Interactive, Account, Skills
Build from URL - AI scrapes your website and creates a card with your real content
Live editing - if you have the builder open, watch the AI build your card in real-time
Stock photo search - search and import from Pexels directly
Web scraping - read any URL and extract clean markdown content
Browser control - AI can highlight elements, give guided tours, fill inputs, navigate pages
Progressive skills - AI loads only the knowledge it needs, when it needs it
4 themes - Minimal, Professional, Wave, Cinematic
20+ field types - hero, about, gallery, FAQ, social links, action buttons, video, forms, services, and more
Quick Start
Install as Claude Code Plugin (recommended)
/plugin marketplace add yeshello-app/mcp
/plugin install digital-business-card@yeshelloThen just say: "Build me a digital business card from https://mywebsite.com"
The plugin includes the skill + MCP server connection. You'll be guided through connecting your account on first use.
Connect to Claude.ai or Claude Desktop
Go to Settings > Connectors > Add Connector
Enter URL:
https://yeshello.app/api/mcpClick Connect and log in to authorize
Start chatting - try "Build me a business card from https://mywebsite.com"
Connect to Claude Code
claude mcp add yeshello --transport http https://yeshello.app/api/mcpConnect to Cursor / VS Code / Windsurf
Add to your MCP config file:
{
"mcpServers": {
"yeshello": {
"url": "https://yeshello.app/api/mcp"
}
}
}No API key needed - OAuth handles authentication automatically.
Example Prompts
Try these after connecting:
Prompt | What happens |
"Build me a business card from https://mywebsite.com" | AI scrapes your site, extracts content, imports images, builds complete card |
"Create a contact form with name, email, phone, and message" | AI creates and publishes a lead capture form with webhook delivery |
"Add a services listing for my photography business" | AI creates a service listing with pricing and booking CTAs |
"Search for professional headshot photos" | AI searches Pexels and imports stock photos to your media library |
"Show me around the card builder" | AI highlights UI elements and gives you a guided tour |
"What cards do I have?" | AI lists your existing cards with status and links |
Tools
Category | Count | What it does |
Cards | 16 | Create, edit, publish digital business cards with 20+ field types across 4 themes |
Forms | 8 | Build lead capture forms with 7 field types and webhook delivery |
Submissions | 6 | View form submissions and webhook delivery logs |
Listings | 12 | Create service, product, property, and event listings with items and CTAs |
Media | 8 | Upload images, search Pexels stock photos, scrape web content, manage folders |
Interactive | 4 | Browser highlights, guided tours, page navigation, input filling |
Account | 2 | View account info and usage quotas |
Skills | 6 | On-demand reference guides the AI loads when needed |
Authentication
The MCP server uses OAuth 2.0 with PKCE (S256) via Client ID Metadata Documents (CIMD). No API keys to manage - your AI client handles the OAuth flow automatically.
When you connect for the first time:
A browser window opens to
yeshello.app/oauth/authorizeLog in (or register) with your YesHello account
Click Approve on the consent screen
You're connected - tokens refresh automatically
Privacy
The MCP server is a stateless pass-through - it forwards requests to the YesHello API and returns results
No additional data is collected beyond what the platform stores
OAuth tokens are stored as SHA-256 hashes
You can revoke access anytime from Settings > AI & API
Full privacy policy: yeshello.app/page/privacy-policy
Pricing
YesHello has a free tier - connect the MCP server, build your first card, and publish it at no cost. Upgrade for more cards, custom domains, teams, and premium features.
See yeshello.app/pricing for details.
Agent Skills
This repo includes installable skills that work with Claude Code, OpenAI Codex, Cursor, Gemini CLI, and any tool supporting the Agent Skills open standard.
digital-business-card
Build a complete digital business card from a website URL in one conversation. The skill handles the entire pipeline: scrape website, extract content, search stock photos, import images, create card, publish.
Install:
# Copy to your personal skills directory
cp -r skills/digital-business-card ~/.claude/skills/
# Or for a specific project
cp -r skills/digital-business-card .claude/skills/Use:
/digital-business-card https://mywebsite.comOr just ask naturally: "Build me a digital business card from https://mywebsite.com"
Requires the YesHello MCP server to be connected (https://yeshello.app/api/mcp).
Support
Documentation: yeshello.app/docs/mcp-connector
Email: hello@yeshello.app
License
This repository contains documentation and configuration for the YesHello MCP server. The server itself is a hosted service at yeshello.app/api/mcp. The documentation in this repository is MIT licensed.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/yeshello-app/mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server