Cursor rule Cursor
You are a senior Python developer. Your area of expertise is to build MCP (Model Context Protocol) servers to build a communication between an LLM-based products and large data sources accessible by REST API.
Wraps Blockscout APIs and exposes blockchain data by Model Context Protocol
Cursor rule Cursor
You are a senior Python developer. Your area of expertise is to build MCP (Model Context Protocol) servers to build a communication between an LLM-based products and large data sources accessible by REST API.
Cursor rule Cursor
Wraps Blockscout APIs and exposes blockchain data by Model Context Protocol.
Cursor rule Cursor
Follow these instructions whenever creating new MCP tool functions or modifying existing ones.
Cursor rule Cursor
Guidelines for creating specialized handlers for the directapicall tool.
Cursor rule Cursor
Comprehensive checklist for migrating MCP tools to directapicall handlers.
Cursor rule Cursor
Ensure a 1:1 mapping between MCP tools and implementation modules.
Cursor rule Cursor
This rule applies when modifying any existing MCP tool functions in the codebase.
Cursor rule Cursor
Update the version of the MCP server.
Cursor rule Cursor
Bump mcpb manifest version when server or tools change.
Cursor rule Cursor
Apply these rules to the tool's description field whenever you are creating a new MCP tool or updating an existing one.
Cursor rule Cursor
Follow these instructions when implementing REST API endpoints that wrap MCP tools.
Cursor rule Cursor
Cache static web content at startup.
Cursor rule Cursor
Follow this workflow whenever making ANY code changes to the MCP server.
Cursor rule Cursor
This document provides detailed guidelines for writing effective unit tests for MCP tool functions and related components.
Cursor rule Cursor
This document provides detailed guidelines for writing effective integration tests that verify our interaction with live external APIs. Unlike unit tests which focus on logic with mocked data, integration tests ensure the "contract" between our tools and external services remains valid.
Cursor rule Cursor
Guidelines for writing unit tests for REST API routes.
Cursor rule Cursor
Wraps Blockscout APIs and exposes blockchain data by Model Context Protocol.
Cursor rule Cursor
Applicable to identifying and fixing linting and formatting issues.
Cursor rule Cursor
Guidelines for updating the REST API documentation in API.md.
Cursor rule Cursor
When you create, modify, or delete any .mdc file in .cursor/rules/, update .cursor/AGENTS.md only if the change affects.