MB's Personal MCP Server
A personal server for MB Crosier providing biography, contact information, and social links.
MB's Personal MCP Server
This is a remote MCP server that has been customized for MB Crosier. It includes 3 tools:
Tools
get_bio: Returns a paragraph biography of MB Crosier.get_contact_info: Returns the contact email for MB Crosier.get_social_links: Returns JSON with MB Crosier's Linkedin, Github, Instagram, and Twitter/X accounts.
Try out this MCP Server using Cloudflare's AI Playground
- Go to https://playground.ai.cloudflare.com/
- Enter this MCP Server's deployed URL (
https://mb-crosier-mcp.mbcrosier.workers.dev/sse) - You can now use MB's MCP server directly from the playground!
Connect this MCP Server to Claude Desktop
To connect to this MCP server from Claude Desktop, follow Anthropic's Quickstart and within Claude Desktop go to Settings > Developer > Edit Config.
Update with this configuration:
{
"mcpServers": {
"mbcrosier-mcp": {
"command": "npx",
"args": [
"mcp-remote",
"https://mb-crosier-mcp.mbcrosier.workers.dev/sse"
]
}
}
}
Restart Claude and you should see the new tools become available.
Related Servers
Time MCP Server
Provides current time and timezone conversion capabilities using IANA timezone names, with automatic system timezone detection.
Wordle MCP
Fetches daily Wordle solutions for a specific date via the Wordle API.
Image Reader
A server for extracting and understanding content from images.
Brokerage-MCP
An MCP server for brokerage functionalities, built with the MCP framework.
Euroleague Live
Provides club information and advanced player statistics for Euroleague and Eurocup basketball from the Euroleague API.
Uber
Book Uber rides directly through your AI assistant.
Plex MCP Server
Search for movies and manage playlists on your Plex Media Server using the Plex API.
Drand
An MCP server for fetching verifiable random numbers from the drand network.
MCP Hub
A lightweight MCP Hub to centralize your MCP servers in one place.
Manifold Markets
Interact with Manifold Markets prediction markets, including market creation, trading, and liquidity management.