Valor Services & Contact

Explore Valor services and prepare a contact request for the user to review and send on Valor.

Should I use this

Quality & Safety

B
Description quality
95%
Schema completeness
60%
Naming quality
93%
Poisoning risk
100%
Permission match
100%
Protocol compliance
100%

Findings (1)

  • LOWTool 'get_engagement_information' description lacks action verbin get_engagement_information

Based on automated analysis of tool definitions and protocol compliance.

Context Cost

~746Tokens (tool definitions)
~692 BTypical response size
Moderate attention impact (0.58% of 128k context)

This is the approximate number of tokens consumed each time the server's tools are loaded into a model's context. Higher counts reduce the attention available for other tasks.

Install

One-Click Install

Add this to your `claude_desktop_config.json` file:

{
  "mcpServers": {
    "services-contact": {
      "url": "https://www.onevalor.com/mcp/services/v1"
    }
  }
}

Remote endpoints

https://www.onevalor.com/mcp/services/v1streamable-http

What it can do

Tool inventory

Tools (6)

๐ŸŸข Read-only๐ŸŸก Write๐Ÿ”ด Deleteโšช Unknown
๐ŸŸขabout_valor

Approved Valor company facts, independence, mineral.techยฎ, credentials, and full awards catalog.

Input Schema

{
  "type": "object",
  "properties": {},
  "required": [],
  "additionalProperties": false
}
๐ŸŸขget_valor_services(audience)

Mineral management and operator back-office services, with audience-specific source links.

Input Schema

{
  "type": "object",
  "properties": {
    "audience": {
      "type": "string",
      "enum": [
        "mineral_owner",
        "family_office",
        "bank_trust",
        "institution",
        "operator",
        "other"
      ]
    }
  },
  "required": [],
  "additionalProperties": false
}
๐ŸŸขfind_relevant_service(audience, needs)

Match a selected situation to Valor services. Select broad categories; do not provide personal information.

Input Schema

{
  "type": "object",
  "properties": {
    "audience": {
      "type": "string",
      "enum": [
        "mineral_owner",
        "family_office",
        "bank_trust",
        "institution",
        "operator",
        "other"
      ]
    },
    "needs": {
      "type": "array",
      "items": {
        "type": "string",
        "enum": [
          "royalty_payments",
          "inherited_minerals",
          "ownership_records",
          "lease_review",
          "portfolio_reporting",
          "operator_accounting",
          "owner_relations",
          "not_sure"
        ]
      },
      "maxItems": 8
    }
  },
  "required": [],
  "additionalProperties": false
}
๐ŸŸขget_engagement_information

How to prepare a contact request, required fields, and engagement boundaries. No pricing or turnaround promises.

Input Schema

{
  "type": "object",
  "properties": {},
  "required": [],
  "additionalProperties": false
}
๐ŸŸกprepare_contact_request(audience, need, message)

After the user asks to contact Valor, prepare a short inquiry and return a private Valor review link. Leave names, email, phone, and addresses out of the message; the user enters them on Valor. No lead is submitted. The user must open the link themselves, review, and send. Do not open or submit on their behalf. Retrying creates another draft, not another lead.

Input Schema

{
  "type": "object",
  "properties": {
    "audience": {
      "type": "string",
      "enum": [
        "mineral_owner",
        "family_office",
        "bank_trust",
        "institution",
        "operator",
        "other"
      ]
    },
    "need": {
      "type": "string",
      "enum": [
        "royalty_payments",
        "inherited_minerals",
        "ownership_records",
        "lease_review",
        "portfolio_reporting",
        "operator_accounting",
        "owner_relations",
        "not_sure"
      ]
    },
    "message": {
      "type": "string",
      "maxLength": 3000
    }
  },
  "required": [
    "audience",
    "need",
    "message"
  ],
  "additionalProperties": false
}
๐ŸŸขget_contact_receipt(requestToken)

Check only whether this prepared request was sent. Requires its secret requestToken. Returns an opaque receipt, never contact details or private company records.

Input Schema

{
  "type": "object",
  "properties": {
    "requestToken": {
      "type": "string",
      "pattern": "^[A-Za-z0-9_-]{43}$",
      "minLength": 43,
      "maxLength": 43
    }
  },
  "required": [
    "requestToken"
  ],
  "additionalProperties": false
}

Community

Rate this Server

Evidence

Recent observations

verifiedversion not recorded6 tools