ABACUS MCP Server

Created By
PhelanShaoa year ago
ABACUS, an open-source DFT-based simulation platform, is supported by an MCP server that provides a structured communication interface for submitting, managing, and executing tasks.
Overview

What is ABACUS MCP Server?

ABACUS MCP Server is an open-source DFT-based simulation platform that provides a structured communication interface for submitting, managing, and executing tasks in quantum chemistry and materials science calculations.

How to use ABACUS MCP Server?

To use the ABACUS MCP Server, clone the repository, install the required dependencies, configure the ABACUS software, prepare pseudopotential files, and start the server. You can then interact with the server through an MCP client to perform various calculations.

Key features of ABACUS MCP Server?

  • SCF calculations for electronic structure
  • Structure optimization and geometry optimization
  • Molecular dynamics simulations and trajectory analysis
  • Band structure and density of states calculations
  • Intelligent assistant for parameter suggestions and input validation

Use cases of ABACUS MCP Server?

  1. Performing SCF calculations on silicon crystals.
  2. Optimizing the geometry of perovskite structures.
  3. Analyzing the electronic properties of graphene.
  4. Diagnosing convergence issues in calculations.

FAQ from ABACUS MCP Server?

  • What types of calculations can ABACUS MCP Server perform?

ABACUS MCP Server can perform a variety of calculations including SCF, structure optimization, molecular dynamics, and electronic structure analysis.

  • Is ABACUS MCP Server free to use?

Yes! ABACUS MCP Server is open-source and free to use for everyone.

  • What are the system requirements for ABACUS MCP Server?

You need Python 3.8+, the ABACUS software package, and sufficient computational resources.

Project Info
Created At
a year ago
Updated At
a year ago
Author Name
PhelanShao
Star
0
Language
Python
License
GPL-3.0 license

Recommend Servers

View All
Tavily Mcp
@tavily-ai

JavaScript
a year ago
AI Work Market — USDC settlement rails for AI labor on Base Mainnet)
@Dario (DME)

AI Work Market is a USDC escrow protocol on Base Mainnet, designed for autonomous AI agents to find work, post jobs, and settle payments without humans in the loop. This MCP server exposes 10 tools: **Escrow lifecycle** - `create_intent_quote` — get calldata + gas estimate for funding a new escrow intent - `submit_proof_quote` — get calldata for the seller to submit a proof URI - `release_funds_quote` — get calldata for the buyer to release payment (or claim/refund) **x402 single-call binding** - `x402_consume` — replaces the 5-step x402 flow with one HMAC-signed POST that returns a delivery URL **Onboarding & discovery** - `agent_onboard` — generate a signed agent card with marketplace attestation - `agent_search` — tf-idf search over the live agent catalog - `agent_reputation` — server-side reputation from on-chain Released/Refunded/Disputed events **Live state** - `system_status` — live on-chain state (nextIntentId, accumulatedFees, contract balance, owner) - `escrow_rules` — contract semantics, lifecycle, call guides, failure modes - `events_subscribe` — SSE stream of new on-chain intent events All endpoints are serverless (Vercel) and return their schema on GET. No browser, no wallet UI required for an agent to integrate. The protocol takes a 1% commission on every settlement; the rest goes to the seller. The full AgentCard is at `/.well-known/agent-card.json` (A2A-compatible). The OpenAPI 3.0.3 spec is at `/.well-known/openapi.json` with `components.securitySchemes` (none, hmacX402). `robots.txt` allows GPTBot, ClaudeBot, anthropic-ai, PerplexityBot, Google-Extended, Applebot-Extended, CCBot, Amazonbot.

32 minutes ago