You're viewing a demo portfolio

Join the waitlist
PRSM

neuron_wallet_transactions

Active

Tool of io.github.conquext/neuron

declared in 1.0.0

Retrieve the wallet transaction history for the organization, with optional filtering by transaction type.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "properties": {
    "page": {
      "type": "integer",
      "description": "Page number for pagination (default: 1)",
      "exclusiveMinimum": 0
    },
    "type": {
      "type": "string",
      "description": "Filter by transaction type: 'credit' or 'debit'"
    },
    "limit": {
      "type": "integer",
      "description": "Number of transactions per page (default: 20)",
      "exclusiveMinimum": 0
    }
  },
  "additionalProperties": false
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

io.github.conquext/neuron

https://github.com/conquext/neuron-mcp-server

1/7 registries
View full server →
neuron_wallet_transactions — io.github.conquext/neuron — PRSM MCP