CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Leandrogavidia Vechain Mcp Server

leandrogavidia/vechain-mcp-server
5authHTTPregistry active
Summary

If you're building on VeChain, this server gives Claude direct access to the Thor REST API for both mainnet and testnet. It can search official VeChain docs, query account details and transactions, fetch blocks, and get priority fee suggestions. Beyond read operations, it handles wallet creation and cryptographic signing for certificates and raw transactions. The Goat SDK integration adds token operations like balance checks, ERC20 transfers, and approval management with proper unit conversions. You'll need to provide a secret key for signing operations and specify your target environment. Useful for prototyping VeChain integrations or having Claude help debug on chain activity without switching contexts.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
VeChain logo

VeChain MCP Server

VeChain MCP Server is an MCP server specifically designed for the VeChain network. It provides advanced functionalities such as querying the official VeChain documentation, executing HTTP requests to the Thor REST API in both Mainnet and Testnet environments, and managing cryptographic signatures through an integrated wallet.

Integration

Register the server in your MCP-aware host configuration.

{
  "mcpServers": {
    "vechainMcp": {
      "url": "https://server.smithery.ai/@leandrogavidia/vechain-mcp-server/mcp",
      "type": "streamable-http"
    }
  }
}

Tools

  • Vechain Docs

    • Docs

      • search_documentation: Search VeChain Documentation.
  • Thorest API

    • Accounts

      • get_account: Retrieve account details.
    • Transactions

      • get_transaction: Retrieve a transaction by ID.
    • Blocks

      • get_block: Get a VeChain block.
    • Fees

      • get_priority_fee: Suggest a priority fee.
  • Wallet & signatures

    • Wallet

      • create_wallet: Create a VeChain wallet (mnemonic + keys).
    • Signatures

      • sign_certificate: Create and sign a canonical certificate.

      • sign_raw_transaction: Sign raw transaction.

  • Goat SDK (VeChain Tools)

    • get_address: Get the address of the wallet

    • get_chain: Get the chain of the wallet

    • sign_message: Sign a message with the wallet

    • get_balance: Get the balance of the wallet for native currency or a specific ERC20 token.

    • get_token_info_by_ticker: Get information about a configured token (like contract address and decimals) by its ticker symbol.

    • convert_to_base_units: Convert a token amount from human-readable units to its smallest unit (e.g., wei).

    • convert_from_base_units: Convert a token amount from its smallest unit (e.g., wei) to human-readable units.

    • sign_typed_data_evm: Sign an EIP-712 typed data structure (EVM)

    • get_token_allowance_evm: Get the allowance of an ERC20 token for a spender (returns amount in base units)

    • send_token: Send native currency or an ERC20 token to a recipient, in base units.

    • approve_token_evm: Approve an amount (specified in base units) of an ERC20 token for a spender

    • revoke_token_approval_evm: Revoke approval for an ERC20 token from a spender (sets allowance to 0)


.env Config

  • AGENT_SECRET_KEY: CSecret key in string format that allows your MCP server to use the signatures tools.

  • ENVIRONMENT: Working environment, either mainnet or test.

  • USE_STREAMABLE_HTTP: Specifies whether your MCP server will run on stdio or streamable-http.

  • PORT: Port where your MCP server will run when using streamable-http.

  • HOST: Host where your MCP server will run when using streamable-http.

Run the project locally

In one terminal window, run the following command: pnpx @modelcontextprotocol/inspector pnpx tsx ./src/index.ts in stdio mode.

Build and run

Run the command: pnpm run build and then: pnpm run start

Deployment

To deploy this MCP server, fork this project into your GitHub account, log in to smithery.ai, and click Publish server. Complete the steps, and once it is deployed, add the required environment variables in settings.


License

MIT

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Categories
Search & Web CrawlingData & Analytics
Registryactive
TransportHTTP
AuthRequired
UpdatedOct 2, 2025
View on GitHub

Related Search & Web Crawling MCP Servers

View all →
Google Search

com.mcparmory/google-search

Scrape Google search results with SERP data, ads, and knowledge panels
25
Brave Search

io.github.pipeworx-io/brave-search

Brave Search MCP — independent web index (no Google/Bing dependency)
Serper Search and Scrape

marcopesani/mcp-server-serper

Serper MCP Server supporting search and webpage scraping
154
Brave Search Mcp Server

brave/brave-search-mcp-server

Brave Search MCP Server: web results, images, videos, rich results, AI summaries, and more.
1.2k
Google Search Console

com.mcparmory/google-search-console

Query search analytics, manage sitemaps, and inspect site URLs and status
25
Google Search Console

acamolese/google-search-console-mcp

Google Search Console MCP server: SEO audits, performance queries, URL inspection, indexing checks.
3