← swflyp.com
INDIVIDUAL MCP TOOL
get_about
Return the About page (mission, values, culture, purpose) as Markdown.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
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.swflyp-com]
url = "https://www.swflyp.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"swflyp-com": {
"type": "http",
"url": "https://www.swflyp.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: swflyp-com
Remote MCP URL: https://www.swflyp.com/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": {
"swflyp-com": {
"url": "https://www.swflyp.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"swflyp-com": {
"type": "http",
"url": "https://www.swflyp.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "swflyp-com",
"transport": "streamable-http",
"url": "https://www.swflyp.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_upcoming_events— List upcoming SWFL Young Professionals events with venues, ISO start times, and RSVP URLs.list_past_events— List past SWFL Young Professionals events (most recent first, capped at 25).get_event_details— Get full details for a single SWFLYP event by its slug.get_faq— Return the canonical FAQ as Markdown — covers who SWFLYP is for, cost, cadence, dress code, sponsorship, etc.send_contact_message— Send a message to the SWFLYP founding team.subscribe_newsletter— Subscribe an email address to SWFLYP event announcements (one email per event, unsubscribe with a click).submit_sponsor_inquiry— Submit a sponsorship inquiry to SWFLYP.