mcp-server MCP Server
amitsharma55/mcp-server
Are you the maintainer of amitsharma55/mcp-server? Claim this listing →
Add AgentRank to Claude Code Discover and compare tools like amitsharma55/mcp-server — your AI finds the right one automatically
Get API Access → claude mcp add agentrank -- npx -y agentrank-mcp-server Overview
amitsharma55/mcp-server is a Python MCP server.
Ranked #33 out of 129 indexed tools.
Actively maintained with commits in the last week.
Ecosystem
Score Breakdown
Stars 15% 1
1 stars → early stage
Freshness 25% today
Last commit today → actively maintained
Issue Health 25% 50%
No issues filed → no history to score
Contributors 10% 1
1 contributor → solo project
Dependents 25% 0
No dependents → no downstream usage
npm Downloads N/A
PyPI Downloads 13% 17,092/wk
17,092 weekly installs → widely installed
Forks 0
Description None
License None
Weights: Freshness 25% · Issue Health 25% · Dependents 25% · Stars 15% · Contributors 10% · How we score →
How to Improve
Description low impact
License low impact
Contributors medium impact
Matched Queries
From the README
# MCP Server + AI Agent
A Python MCP server with JWT authentication and sample tools (weather + Bitcoin price), plus an AI agent that uses OpenAI to reason about and call those tools.
## Architecture
```
User prompt → OpenAI GPT-4o (decides tool calls) → MCP Client → MCP Server (localhost:8000)
↑ ↓
└──────── tool results ──────────────┘
```
- **MCP Server**: `mcp` Python SDK (FastMCP) + Starlette, Streamable HTTP at `POST /mcp`
- **Auth**: HS256 JWT — self-signed tokens, validated by the server
- **Tools**: Auto-discovered via MCP protocol — add tools to the server, agent sees them automatically
- **Agent**: Interactive CLI that connects to the MCP server and uses OpenAI for reasoning
## Project Structure
```
mcp-server/
├── pyproject.toml
├── Dockerfile
├── .env.example
├── .env ← your secrets (git-ignored)
├── scripts/
│ └── generate_token.py ← mint JWT tokens
├── src/ Read full README on GitHub → Get the weekly AgentRank digest
Top movers, new tools, ecosystem insights — straight to your inbox.