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
Findings (1)
- LOWin get_engagement_information
Based on automated analysis of tool definitions and protocol compliance.
Context Cost
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-httpWhat it can do
Tool inventory
Tools (6)
๐ข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
Evidence