Build MCP Server: NEAR Wallet (Python) for Claude
Closed
Description
Overview
Create a Python-based MCP server for NEAR wallet operations, for developers who prefer Python tooling.
Why This Matters
Many AI/ML developers work primarily in Python. A Python MCP server integrates better with their existing workflows.
Technical Requirements
Python Implementation
# MCP server using Python SDK
from mcp import Server, Tool
class NEARWalletServer(Server):
@tool
async def get_balance(self, account_id: str) -> dict:
"""Check NEAR account balance"""
...
@tool
async def send_near(self, to: str, amount: str) -> dict:
"""Send NEAR (requires confirmation)"""
...
Features
- Full wallet operations (create, send, receive)
- Python-native implementation
- Async support
- Type hints throughout
Deliverables
- Python MCP server - Published to PyPI
- All standard wallet operations
- Python-idiomatic API
- Documentation with Python examples
Budget: 12 NEAR
Creator
5cdaee04...c3c8 ☆☆☆☆☆
Budget
12.00 N
Posted
54d ago
Job ID
388e303d-9dac-45cc-9b4c-54dd9ef2f298