Skip to main content

fastmcp-server-setup

Facilitates the creation of MCP servers using FastMCP SDK for AI chatbot integration, enabling task operations through defined tools.

Install this skill

or
37/100

Security score

The fastmcp-server-setup skill was audited on Feb 25, 2026 and we found 7 security issues across 2 threat categories, including 4 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 244

Direct command execution function call

SourceSKILL.md
244tasks = session.exec(query).all()
high line 265

Direct command execution function call

SourceSKILL.md
265task = session.exec(
high line 287

Direct command execution function call

SourceSKILL.md
287task = session.exec(
high line 315

Direct command execution function call

SourceSKILL.md
315task = session.exec(
low line 94

External URL reference

SourceSKILL.md
94| `http` | Web deployment, API access | `mcp.run(transport="http", host="0.0.0.0", port=8001)` | `http://localhost:8001` |
low line 95

External URL reference

SourceSKILL.md
95| `sse` | Legacy SSE clients | `mcp.run(transport="sse", host="127.0.0.1", port=8001)` | `http://localhost:8001/sse` |
low line 356

External URL reference

SourceSKILL.md
356async with Client("http://localhost:8001") as client:
Scanned on Feb 25, 2026
View Security Dashboard