Skip to content

feat: Major improvements to EVM MCP server v1.2.0 - #20

Closed
bloclabs-io wants to merge 2 commits into
mcpdotdirect:mainfrom
bloclabs-io:claude/incomplete-request-011CV3WrLoYF57tyVQjkEPYS
Closed

feat: Major improvements to EVM MCP server v1.2.0#20
bloclabs-io wants to merge 2 commits into
mcpdotdirect:mainfrom
bloclabs-io:claude/incomplete-request-011CV3WrLoYF57tyVQjkEPYS

Conversation

@bloclabs-io

Copy link
Copy Markdown

Added new tools and services:

  • get_token_allowance: Check ERC20 token allowances
  • wait_for_transaction: Wait for tx confirmations
  • get_gas_price: Get current gas prices
  • estimate_fees_per_gas: Get EIP-1559 fee estimates
  • get_contract_events: Retrieve contract event logs
  • batch_read_contracts: Execute multiple contract reads

New services:

  • ERC20 allowance checking
  • Transaction confirmation waiting
  • Gas price and EIP-1559 fee estimation
  • Contract event filtering
  • Batch operations

Error handling & validation:

  • Custom error types
  • Input validation utilities

Testing & documentation:

  • Unit test suite
  • Updated README and CHANGELOG

Version: 1.1.3 -> 1.2.0

claude and others added 2 commits November 12, 2025 06:29
Added new tools and services:
- get_token_allowance: Check ERC20 token allowances
- wait_for_transaction: Wait for tx confirmations
- get_gas_price: Get current gas prices
- estimate_fees_per_gas: Get EIP-1559 fee estimates
- get_contract_events: Retrieve contract event logs
- batch_read_contracts: Execute multiple contract reads

New services:
- ERC20 allowance checking
- Transaction confirmation waiting
- Gas price and EIP-1559 fee estimation
- Contract event filtering
- Batch operations

Error handling & validation:
- Custom error types
- Input validation utilities

Testing & documentation:
- Unit test suite
- Updated README and CHANGELOG

Version: 1.1.3 -> 1.2.0
@wayzeek

wayzeek commented Nov 19, 2025

Copy link
Copy Markdown
Member

Thank you for your contribution, @stcchain. We have a major update coming soon that will address several issues and bring the project closer to the updated MCP scope.
Once that PR is merged, I’ll review your submission and let you know if anything needs attention.
Thanks again for your work!

@wayzeek

wayzeek commented Nov 20, 2025

Copy link
Copy Markdown
Member

Hello @stcchain, version 2.0.0 has been released. A lot has changed, especially in the MCP TypeScript SDK, which is no longer up to date. I’ve already implemented some of the tools you added. Please review the new release and, if you believe this PR is still relevant, update it so it aligns with the latest SDK. :)

@wayzeek wayzeek closed this Dec 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants