INDIVIDUAL MCP TOOL
my_profile
Read the signed-in user's profile, or update name, phone, language or where to send notifications (email or telegram).
LIVE ENDPOINT
https://api.awning.help/mcp
Connect to this endpoint to inspect the live schema for my_profile and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
- A tool name or description suggests sending messages.
Parent server
CONNECT 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.awning]
url = "https://api.awning.help/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"awning": {
"type": "http",
"url": "https://api.awning.help/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: awning
Remote MCP URL: https://api.awning.help/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": {
"awning": {
"url": "https://api.awning.help/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"awning": {
"type": "http",
"url": "https://api.awning.help/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "awning",
"transport": "streamable-http",
"url": "https://api.awning.help/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_businesses— Find local businesses that take bookings: salons, massage, doctors, trainers, yoga classes, courts, scooter/car/boat rental, home services, tours.get_business— Full card of one business: offerings with prices, extras, booking rules, intake questions, hours, cancellation policy, contacts.get_availability— Real free time for one offering.create_hold— Reserves the chosen time, seats or units for 10 minutes and fixes the price.create_booking— Creates a REAL booking from a hold.get_booking— Status of a booking.cancel_booking— Cancels a booking under the business cancellation policy.my_bookings— The signed-in user's bookings across all businesses.