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.
관련 서버
MediaSage
Tracks movies, books, and TV shows to provide intelligent recommendations based on your preferences.
Cantrip.ai
You built it, now get users! GoToMarket MCP server
Polymarket MCP
Self-hosted MCP server for AI agent trading on Polymarket. 42 tools for market discovery, order placement, wallet intelligence, copy trading, and reward discovery.
MCP Cat Language Server
A server that translates Chinese text into cute cat language expressions.
Government Contracts MCP
SAM.gov federal contract opportunities and USAspending award data. 4 MCP tools for procurement intelligence.
CryptoAPIs MCP Prepare Transactions
MCP server for building unsigned transactions on multiple blockchains via Crypto APIs
MISP MCP Server
Integrates with MISP (Malware Information Sharing Platform) to provide threat intelligence capabilities to Large Language Models.
xmcp.dev
The TypeScript framework for building & shipping MCP servers
Jade Dragon Snow Mountain
Provides live images, time-lapse videos, and current weather updates for Jade Dragon Snow Mountain.
maven-indexer-mcp
A Model Context Protocol (MCP) server that indexes your local Maven repository (~/.m2/repository) and Gradle cache ( ~/.gradle/caches/modules-2/files-2.1) to provide AI agents with tools to search for Java classes, method signatures, and source code.