xpay tools logo
  • Tools
  • Collections
  • Skills
  • Docs
  • xpay.sh
Provider Skill
Math logo

Math

Mathematical calculations, algebra, calculus, and statistics

Raw SKILL.mdProvider Page

Math

Mathematical calculations, algebra, calculus, and statistics

Available Tools (22)

  • add: Adds two numbers together — $0.01/call
  • subtract: Subtracts the second number from the first number — $0.01/call
  • multiply: Multiplies two numbers together — $0.01/call
  • division: Divides the first number by the second number — $0.01/call
  • sum: Adds any number of numbers together — $0.01/call
  • modulo: Divides two numbers and returns the remainder — $0.01/call
  • mean: Calculates the arithmetic mean of a list of numbers — $0.01/call
  • median: Calculates the median of a list of numbers — $0.01/call
  • mode: Finds the most common number in a list of numbers — $0.01/call
  • min: Finds the minimum value from a list of numbers — $0.01/call
  • max: Finds the maximum value from a list of numbers — $0.01/call
  • floor: Rounds a number down to the nearest integer — $0.01/call
  • ceiling: Rounds a number up to the nearest integer — $0.01/call
  • round: Rounds a number to the nearest integer — $0.01/call
  • sin: Calculates the sine of a number in radians — $0.01/call
  • arcsin: Calculates the arcsine of a number in radians — $0.01/call
  • cos: Calculates the cosine of a number in radians — $0.01/call
  • arccos: Calculates the arccosine of a number in radians — $0.01/call
  • tan: Calculates the tangent of a number in radians — $0.01/call
  • arctan: Calculates the arctangent of a number in radians — $0.01/call
  • ...and 2 more tools

Quick Start

{
  "mcpServers": {
    "math": {
      "url": "https://math.mcp.xpay.sh/mcp?key=YOUR_XPAY_KEY"
    }
  }
}

Pricing

$0.01 per tool call. Pay per use from your XPay wallet. No subscriptions.

Get an API key at xpay.tools.

Tools: 22 Category: Utility & Reference

When to Use

Use Math tools when you need to mathematical calculations, algebra, calculus, and statistics. All tools are available through xpay✦'s single MCP connection.

MCP Connection

{
  "mcpServers": {
    "xpay": {
      "url": "https://mcp.xpay.sh/mcp?key=YOUR_API_KEY"
    }
  }
}

For Claude Code:

claude mcp add --transport http xpay "https://mcp.xpay.sh/mcp?key=YOUR_API_KEY"

Available Tools

  • Add — Adds two numbers together — $0.01/call — SKILL.md
  • Subtract — Subtracts the second number from the first number — $0.01/call — SKILL.md
  • Multiply — Multiplies two numbers together — $0.01/call — SKILL.md
  • Division — Divides the first number by the second number — $0.01/call — SKILL.md
  • Sum — Adds any number of numbers together — $0.01/call — SKILL.md
  • Modulo — Divides two numbers and returns the remainder — $0.01/call — SKILL.md
  • Mean — Calculates the arithmetic mean of a list of numbers — $0.01/call — SKILL.md
  • Median — Calculates the median of a list of numbers — $0.01/call — SKILL.md
  • Mode — Finds the most common number in a list of numbers — $0.01/call — SKILL.md
  • Min — Finds the minimum value from a list of numbers — $0.01/call — SKILL.md
  • Max — Finds the maximum value from a list of numbers — $0.01/call — SKILL.md
  • Floor — Rounds a number down to the nearest integer — $0.01/call — SKILL.md
  • Ceiling — Rounds a number up to the nearest integer — $0.01/call — SKILL.md
  • Round — Rounds a number to the nearest integer — $0.01/call — SKILL.md
  • Sin — Calculates the sine of a number in radians — $0.01/call — SKILL.md
  • Arcsin — Calculates the arcsine of a number in radians — $0.01/call — SKILL.md
  • Cos — Calculates the cosine of a number in radians — $0.01/call — SKILL.md
  • Arccos — Calculates the arccosine of a number in radians — $0.01/call — SKILL.md
  • Tan — Calculates the tangent of a number in radians — $0.01/call — SKILL.md
  • Arctan — Calculates the arctangent of a number in radians — $0.01/call — SKILL.md
  • RadiansToDegrees — Converts a radian value to its equivalent in degrees — $0.01/call — SKILL.md
  • DegreesToRadians — Converts a degree value to its equivalent in radians — $0.01/call — SKILL.md

How to Execute

  1. xpay_discover — Search for tools: xpay_discover("math")
  2. xpay_details — Get input schema: xpay_details("math/TOOL_NAME")
  3. xpay_run — Execute: xpay_run("math/TOOL_NAME", { ...inputs })
  4. xpay_balance — Check credits

Links

  • Provider page: https://xpay.tools/math/
  • All providers: https://xpay.tools/explore
  • Docs: https://docs.xpay.sh
Tools (22)
Math
Math
Add
add

Adds two numbers together

$0.01/call
Math
Math
Subtract
subtract

Subtracts the second number from the first number

$0.01/call
Math
Math
Multiply
multiply

Multiplies two numbers together

$0.01/call
Math
Math
Division
division

Divides the first number by the second number

$0.01/call
Math
Math
Sum
sum

Adds any number of numbers together

$0.01/call
Math
Math
Modulo
modulo

Divides two numbers and returns the remainder

$0.01/call
Math
Math
Mean
mean

Calculates the arithmetic mean of a list of numbers

$0.01/call
Math
Math
Median
median

Calculates the median of a list of numbers

$0.01/call
Math
Math
Mode
mode

Finds the most common number in a list of numbers

$0.01/call
Math
Math
Min
min

Finds the minimum value from a list of numbers

$0.01/call
Math
Math
Max
max

Finds the maximum value from a list of numbers

$0.01/call
Math
Math
Floor
floor

Rounds a number down to the nearest integer

$0.01/call
Math
Math
Ceiling
ceiling

Rounds a number up to the nearest integer

$0.01/call
Math
Math
Round
round

Rounds a number to the nearest integer

$0.01/call
Math
Math
Sin
sin

Calculates the sine of a number in radians

$0.01/call
Math
Math
Arcsin
arcsin

Calculates the arcsine of a number in radians

$0.01/call
Math
Math
Cos
cos

Calculates the cosine of a number in radians

$0.01/call
Math
Math
Arccos
arccos

Calculates the arccosine of a number in radians

$0.01/call
Math
Math
Tan
tan

Calculates the tangent of a number in radians

$0.01/call
Math
Math
Arctan
arctan

Calculates the arctangent of a number in radians

$0.01/call
Math
Math
RadiansToDegrees
radiansToDegrees

Converts a radian value to its equivalent in degrees

$0.01/call
Math
Math
DegreesToRadians
degreesToRadians

Converts a degree value to its equivalent in radians

$0.01/call
Install Skill
Claude Code
claude /install-skill https://xpay.tools/skills/math/SKILL.md
CLI
npx @xpaysh/cli install math
Manual
curl -o SKILL.md https://xpay.tools/skills/math/SKILL.md
Details

Tools

22

Category

Utility & Reference

Total calls

0

xpay tools logo

Marketplace for AI Capabilities. Run agents, tools & prompts with pay-per-use micropayments.

or ask your AI app
Popular Tools
FirecrawlTavilyExaHunterPerplexityRecraftIdeogramFlux
Collections
AI Image & MediaContent & ResearchDev ToolsFinanceLead GenWeb ScrapingCompetitive Intel
Developers
DocumentationAPI ReferenceQuickstartSDKsSkillsskill.mdllms.txt
Resources
The Agentic EconomyAgentic CommerceAgent Frameworksx402 ProtocolBlog
Company
About xpayxpay.shGitHubDiscordTwitter / X

© 2026 Agentically Inc. All rights reserved.
Privacy PolicyTerms of Service