[ 01 / 06 ]

MCP Server for Modern IDEs

/// access oasis. natural language. infinite possibilities.

The MCP Server brings 60+ powerful tools directly to Cursor, VS Code, and other MCP-compatible IDEs, enabling natural language interaction with OASIS, OpenSERV, and STAR platforms. Mint NFTs, manage wallets, generate smart contracts, and discover AI agents, all through conversation.

Scroll to explore
Section 01
[ 01 / 06 ]

Overview

The MCP Server integrates seamlessly with Cursor, VS Code, and other MCP-compatible IDEs, providing direct access to the entire OASIS ecosystem through natural language commands. No API keys to manage, no endpoints to remember. Just ask.

Traditional development requires switching between documentation, API clients, and your IDE. The MCP Server eliminates this friction by bringing all OASIS capabilities directly into your development workflow. Ask your IDE to mint an NFT, create a wallet, or generate a smart contract, and it happens instantly through the MCP protocol.

[ 02 / 06 ]

Capabilities

/ A

NFT Operations

Mint, transfer, and manage NFTs across all supported blockchains. Query collections, retrieve metadata, and manage cross-chain NFT operations through natural language commands.

/ B

Wallet Management

Create wallets for Solana, Ethereum, and 50+ other blockchains. Send transactions, check balances, and manage multi-chain assets directly from your IDE.

/ C

Smart Contract Generation

Generate, compile, and deploy smart contracts for Ethereum, Solana, and Radix. Specify requirements in natural language and receive production-ready contract code.

/ D

A2A Protocol Integration

Discover and interact with AI agents through the A2A Protocol and SERV infrastructure. Delegate tasks, request services, and orchestrate multi-agent workflows.

/ E

Avatar & Identity

Manage avatars, query karma scores, and access identity data across Web2 and Web3 platforms. Unified identity operations through simple commands.

/ F

Direct Blockchain Access

Interact with Solana and Ethereum blockchains directly via RPC endpoints. Query balances, send transactions, and retrieve transaction details without leaving your IDE.

[ 03 / 06 ]

Installation

Quick Setup

Install the MCP Server from source in three steps. Configure your IDE, restart, and start using natural language commands. NPM package installation coming soon.

Step 1: Install from Source Clone and build the server
# Clone the repository
git clone https://github.com/NextGenSoftwareUK/OASIS.git
cd OASIS/MCP

# Install dependencies
npm install

# Build the server
npm run build

# Note: NPM package coming soon!
# Future: npm install -g @oasis-unified/mcp-server
Step 2: Configure Your IDE Edit MCP configuration file
// Cursor: ~/.cursor/mcp.json
// VS Code: .vscode/mcp.json
{
  "mcpServers": {
    "oasis-unified": {
      "command": "node",
      "args": ["/absolute/path/to/OASIS/MCP/dist/index.js"],
      "env": {
        "OASIS_API_URL": "https://api.oasisplatform.world",
        "OASIS_MCP_LICENSE_KEY": "your-license-key"
      }
    }
  }
}

// Important: Use absolute path to dist/index.js
// Get path: cd OASIS/MCP && pwd
Step 3: Verify Installation Test in your IDE
// Restart your IDE completely, then ask:
"Check the OASIS API health status"

// Or:
"List all available OASIS tools"

// If it works, you're ready to go!

// Troubleshooting:
// - Check Cursor logs: View → Output → MCP
// - Verify path is absolute in mcp.json
// - Ensure OASIS API is accessible

Coming Soon: NPM package installation will be available soon. For now, install from source. Once published, you'll be able to install with npm install -g @oasis-unified/mcp-server. View on GitHub

[ 04 / 06 ]

Use Cases

DEVELOPMENT

Rapid Prototyping

Quickly prototype blockchain applications by asking your IDE to mint NFTs, create wallets, or generate smart contracts. Focus on your application logic while MCP handles the infrastructure.

AUTOMATION

Workflow Automation

Automate repetitive blockchain operations through natural language. Create scripts that interact with OASIS APIs without writing boilerplate code or managing authentication.

INTEGRATION

Multi-Platform Integration

Seamlessly integrate OASIS, OpenSERV, and STAR platforms into your development workflow. Access all capabilities through a single interface without context switching.

[ 05 / 06 ]

Pricing

Choose the plan that fits your development needs. MCP Server uses the same subscription as the OASIS API: same limits, same features, accessed through your IDE.

Free
Perfect for testing and exploration
$0
/month
  • 100 API calls per month
  • Read-only operations
  • Basic NFT operations
  • Community support
  • All MCP tools available
Get Started
Bronze
For developers getting started
$9
/month
  • 10,000 API calls per month
  • 1 GB storage
  • All read operations
  • Basic write operations
  • Community support
  • All MCP tools available
Subscribe
Gold
For teams and production applications
$99
/month
  • 1,000,000 API calls per month
  • 100 GB storage
  • All features included
  • Smart contract generation
  • A2A Protocol tools
  • Advanced analytics
  • Priority email support
  • All MCP tools available
Subscribe
Enterprise
For organizations with custom needs
Custom
  • Unlimited API calls
  • Unlimited storage
  • All features included
  • Custom integrations
  • SLA & SSO
  • Dedicated support
  • On-premise deployment
  • All MCP tools available
Contact Sales
[ 06 / 06 ]

Get Started

Request your license key to begin using the MCP Server. No credit card required for the Free tier.

What happens next?
Your license key will be sent to your email within minutes. Once received, add it to your MCP configuration file and restart your IDE. The 14-Day Trial and Free tier require no payment information. Start with the trial to experience all features, then choose a plan that fits your needs.

Note: MCP Server uses the same subscription as the OASIS API. Your subscription works for both direct API access and MCP Server access: same limits, same features.