← afrotech.guide
INDIVIDUAL MCP TOOL
get_guide_item
Fetch one current public guide result by type and id.
LIVE ENDPOINT
https://afrotech.guide/mcp
Connect to this endpoint to inspect the live schema for get_guide_item and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
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.io-github-yadasa-afrotech-guide]
url = "https://afrotech.guide/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"io-github-yadasa-afrotech-guide": {
"type": "http",
"url": "https://afrotech.guide/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: io-github-yadasa-afrotech-guide
Remote MCP URL: https://afrotech.guide/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": {
"io-github-yadasa-afrotech-guide": {
"url": "https://afrotech.guide/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"io-github-yadasa-afrotech-guide": {
"type": "http",
"url": "https://afrotech.guide/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "io-github-yadasa-afrotech-guide",
"transport": "streamable-http",
"url": "https://afrotech.guide/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_guide— Search events, official sessions, attendees, companies, and Houston food.search_events— Find AfroTech week community/partner/networking/career/social events.search_sessions— Search the official AfroTech 2026 conference agenda tracked by Afrotech.search_people— Search approved public profiles by professional context.search_companies— Search companies tracked by Afrotech.search_food— Search Houston restaurant/coffee recommendations.get_conference_info— Return conference week, Houston venue, time zone, and https://afrotech.plan_day— Build a deterministic conflict-aware Houston-local schedule from current guide events and official sessions, plus meal/networking/company options.