me.in-context/portfolio
Official3 toolsIn-Context — AI-Native Portfolio
An interactive portfolio built for AI conversations. Browse work, services, and book calls.
Interactive portfolio for browsing work, services, and scheduling calls.
Captured live from the server via tools/list.
view_portfolio
Opens the full interactive portfolio with all sections (work, services, about, contact). The user navigates between sections using tabs inside the portfolio — no need to call other tools. Call this once to show the complete portfolio experience.
No parameters.
booking_get_slots
Get available booking time slots for a date range
Parameters (3)
- startTimestringrequired
ISO 8601 start date
- endTimestringrequired
ISO 8601 end date
- timezonestring
IANA timezone
booking_create
Create a booking at a specific time slot
Parameters (5)
- startstringrequired
ISO 8601 start time
- namestringrequired
Attendee name
- emailstringrequired
Attendee email
- notesstring
Optional notes about the project
- timezonestring
IANA timezone
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"portfolio": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://in-context.me/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.