Skip to main content
Glama

DotNet MCP Server Demo

by kasirajan22
mcp-settings.json908 B
{ "mcp.servers": { "mcp-demo-server": { "name": "MCP Demo Server", "description": "A .NET Web API implementing Model Context Protocol server with tools for time, echo, and calculations", "transport": { "type": "http", "baseUrl": "http://localhost:5000", "auth": { "type": "basic", "username": "admin", "password": "password123" } }, "capabilities": { "tools": true, "resources": true }, "tools": [ { "name": "get_time", "description": "Get the current date and time" }, { "name": "echo", "description": "Echo back the provided message" }, { "name": "calculate", "description": "Perform basic arithmetic calculations (add, subtract, multiply, divide)" } ] } } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/kasirajan22/DotnetMCPServer'

If you have feedback or need assistance with the MCP directory API, please join our Discord server