An open API service indexing awesome lists of open source software.

https://github.com/alphasecio/mcp-client-server

A collection of MCP servers and a Streamlit-based MCP chatbot.
https://github.com/alphasecio/mcp-client-server

mcp mcp-client mcp-server python streamlit

Last synced: 2 months ago
JSON representation

A collection of MCP servers and a Streamlit-based MCP chatbot.

Awesome Lists containing this project

README

          

# MCP Client-Server

Model Context Protocol (MCP) client and server implementations using [FastMCP](https://gofastmcp.com/getting-started/welcome).

## Structure
```
├── client/ # MCP clients (Streamlit chatbot, Python examples)
├── server/ # MCP servers (hello, scc, web-risk)
└── README.md
```

## [Servers](server/README.md)

| Server | Tools | Description |
|------------|-----------------------------------------------------|---------------------------------------|
| hello | greet, roll_dice | Minimal example server |
| scc | top_vulnerability_findings, get_finding_remediation | Security Command Center integration |
| web-risk | lookup_url | URL threat detection via Web Risk API |