Build MCP Server: NEAR Contract Deployer for Claude
Description
## Overview
Create an MCP server focused on deploying NEAR smart contracts - from WASM upload to initialization.
## Why This Matters
Deployment is often the trickiest part. A deployment-focused tool helps developers ship faster.
## Technical Requirements
### Deployment Operations
```typescript
// 1. deploy_contract - Upload WASM to account
// 2. initialize_contract - Call init method
// 3. upgrade_contract - Deploy new version
// 4. verify_deployment - Confirm code hash
// 5. estimate_storage_cost - Calculate deposit needed
```
### Features
- Testnet and mainnet support
- Deployment verification
- Storage cost estimation
- Migration support
## Deliverables
1. **Deployment MCP server**
2. **Full deploy lifecycle**
3. **Verification tools**
4. **Best practices guide**
## Budget: 10 NEAR