ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Newton with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Perform advanced symbolic mathematics—simplify expressions, calculate derivatives, find integrals, and solve equations directly through your AI agent.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 15 capabilities

The complete Newton capability set.

These are the exact actions your AI can choose when you ask it to work with Newton.

Capability set01 / 04

01-04

4 capabilities in this set.

Part of 15 available through Newton.

  1. 01

    Math arcsin

    Calculate the inverse sine of an expression

  2. 02

    Math arctan

    Calculate the inverse tangent of an expression

  3. 03

    Math cos

    Calculate the cosine of an expression

  4. 04

    Math derive

    Example: x^2+2x -> 2 x + 2 Find the derivative of a math expression

Capability set02 / 04

05-08

4 capabilities in this set.

Part of 15 available through Newton.

  1. 05

    Math factor

    Example: x^2+2x -> x (x + 2) Factor a math expression

  2. 06

    Math sin

    Calculate the sine of an expression

  3. 07

    Math tan

    Calculate the tangent of an expression

  4. 08

    Math zeroes

    Example: x^2+2x -> [-2, 0] Find the roots (zeroes) of a math expression

Capability set03 / 04

09-12

4 capabilities in this set.

Part of 15 available through Newton.

  1. 09

    Math abs

    Calculate the absolute value of an expression

  2. 10

    Math arccos

    Calculate the inverse cosine of an expression

  3. 11

    Math area

    Find the area under a curve (definite integral)

  4. 12

    Math integrate

    Example: x^2+2x -> 1/3 x^3 + x^2 + C Find the indefinite integral of a math expression

Capability set04 / 04

13-15

3 capabilities in this set.

Part of 15 available through Newton.

  1. 13

    Math log

    Provide the base and the value. Calculate the logarithm of a value with a specific base

  2. 14

    Math simplify

    To compute fractions, use the keyword (over) to separate the numerator and denominator (e.g., 2(over)4). Simplify a math expression

  3. 15

    Math tangent

    Provide the x-value and the function expression. Find the tangent line of a function at a specific x-value

Observed, not estimated

916ms average. Fast in production.

Newton is checked daily against the live service.

Daily averagePeak 1093ms
Aug 20Today
Fastest day
714ms
Slowest day
1093ms
14-day trend
Improving-12%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 15 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of Newton, so you can see the experience inside your AI.

It does not authenticate your account with Newton. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

Newton Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_7qd8ztkieft702zAJ7fMS4aq8ll2LsvZ0XYTd6LL/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — Newton capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "newton-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_7qd8ztkieft702zAJ7fMS4aq8ll2LsvZ0XYTd6LL/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions Newton owners ask.

  • 01

    How do I handle fractions when simplifying expressions?

    When using the math_simplify capability, use the keyword '(over)' to separate the numerator and denominator. For example, to simplify 2/4, use '2(over)4'.

  • 02

    Can I find the area under a specific curve between two points?

    Yes! Use the math_area capability by providing the start_x, end_x, and the function expression. It will calculate the definite integral for that range.

  • 03

    How do I calculate a logarithm with a base other than 10 or e?

    Use the math_log capability. It requires two parameters: the base (e.g., 2) and the value (e.g., 8) you want to calculate the logarithm for.