
tumf
@tumf
Skills (4)
Web3 MCP
An MCP server implementation wrapping Ankr Advanced API. FastMCP is a Model Context Protocol (MCP) server that provides access to Ankr's Advanced API for blockchain data. It allows LLMs to interact with blockchain data across multiple chains including Ethereum, BSC, Polygon, Avalanche, and more. - Complete wrapper for all Ankr Advanced API endpoints - NFT API: Get NFT metadata, holders, transfers,
Grafana-Loki MCP Server
A FastMCP server that allows querying Loki logs from Grafana. - GRAFANAURL: URL of your Grafana instance - GRAFANAAPIKEY: Grafana API key with appropriate permissions - Query Loki logs through Grafana API - Get Loki labels and label values - Format query results in different formats (text, JSON, markdown) - Support for both stdio and SSE transport protocols - Python 3.10+ 1. Clone this repository
MCP Text Editor Server
A Model Context Protocol (MCP) server that provides line-oriented text file editing capabilities through a standardized API. Optimized for LLM tools with efficient partial file access to minimize token usage. To use this editor with Claude.app, add the following configuration to your prompt: MCP Text Editor Server is designed to facilitate safe and efficient line-based text file operations in a cl
MCP Shell Server
A secure shell command execution server implementing the Model Context Protocol (MCP). This server allows remote execution of whitelisted shell commands with support for stdin input. Secure Command Execution: Only whitelisted commands can be executed Standard Input Support: Pass input to commands via stdin Comprehensive Output: Returns stdout, stderr, exit status, and execution time Shell Operator