Content Tools
inviting2u.com
Manages digital invitations by listing plans, templates, event types, and allowing purchase of packages.
ENDPOINT 1
https://inviting2u.com/mcp/inviting
MCP server metadata
- Name
- Inviting Server
- Version
- 1.0.0
MCP server for Inviting2U invitation platform. Provides tools for discovering invitation packages, templates, event types, and creating orders on behalf of authenticated users via OAuth2.
Known tools 5
list-plans-toolList all available invitation packages that can be purchased one-time.
Inferred read-onlylist-templates-toolList available invitation card designs/templates, optionally filtered by event type.
Inferred read-onlylist-event-types-toolList all event categories and event types supported for invitations.
Inferred read-onlypurchase-package-toolPurchase an invitation package on behalf of the authenticated 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.inviting-server]
url = "https://inviting2u.com/mcp/inviting"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"inviting-server": {
"type": "http",
"url": "https://inviting2u.com/mcp/inviting"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: inviting-server
Remote MCP URL: https://inviting2u.com/mcp/inviting
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": {
"inviting-server": {
"url": "https://inviting2u.com/mcp/inviting"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"inviting-server": {
"type": "http",
"url": "https://inviting2u.com/mcp/inviting"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "inviting-server",
"transport": "streamable-http",
"url": "https://inviting2u.com/mcp/inviting"
}
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 inviting2u.com was fetched 2026-07-26T23:34:10.840Z and is being refreshed.
inviting2u.com 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.