1
1 Comment

Ever wanted to create your own MCP?

https://napsty.com/blog/building-mcp-server-with-fastmcp

We've been cooking up some great use cases where building an MCP server is really useful to connect to private or data behind API's.

We wanted to share some tips and tricks using FastMCP, a popular Python library for easily creating MCP'

submitted this linkon October 3, 2025
  1. 1

    Thanks for sharing this guide, Evin! FastMCP is such a solid library for getting things off the ground quickly. I especially appreciate the tip about keeping tool names precise—the @mcp.tool decorator makes it so easy to register functions.

    In building out AgentShare, I've realized that clear descriptions are the first step toward what I call 'AIO' (AI Optimization). If the LLM doesn't understand exactly when it should call your tool, then even the best data in the world is useless. The built-in inspector (within FastMCP's dev tools) is a total lifesaver for double-checking those schemas!