awesome_well_mcp

Created By
elf004-star8 months ago
这是一个基于 MCP (Model Context Protocol) 协议的井身示意图生成工具,可以根据井数据自动生成井身结构图。由西南石油大学钻井所,何世明——汤明实验室团体提供技术支持。 This service, powered by the Model Context Protocol (MCP), automatically generates borehole structure diagrams from well data. It is technically supported by the He Shiming and Tang Ming research group at the Drilling Research Institute of Southwest Petroleum University. 问题反馈:1873475824@qq.com(陈春钱)
Overview

What is Awesome Well Structure?

Awesome Well Structure is a tool that automatically generates borehole structure diagrams based on well data, utilizing the Model Context Protocol (MCP). It is supported by the He Shiming and Tang Ming research group at the Drilling Research Institute of Southwest Petroleum University.

How to use Awesome Well Structure?

To use this tool, you can either install it via PyPI or download the source code from GitHub. After installation, configure the AI client with the necessary MCP server settings and provide well data in JSON format to generate the diagrams.

Key features of Awesome Well Structure?

  • Supports four basic well types: straight, horizontal, deviated, and straight-to-horizontal wells.
  • Automatically generates borehole structure diagrams (in PNG format) and related information diagrams.
  • Generates associated data files (in CSV format).
  • Provides simplified image paths to reduce token consumption.
  • Automatic file archiving management with timestamped folders.
  • Comprehensive error handling and validation.
  • Supports legend configuration and display of auxiliary lines for side-tracked wells.

Use cases of Awesome Well Structure?

  1. Generating structure diagrams for various well types in drilling projects.
  2. Visualizing well data for analysis and reporting.
  3. Assisting in the design and planning of drilling operations.

FAQ from Awesome Well Structure?

  • Can this tool generate diagrams for all well types?

Yes! It supports straight, horizontal, deviated, and straight-to-horizontal wells.

  • Is there a user guide available?

Yes! Detailed installation and usage instructions are provided in the project documentation.

  • What kind of output files does it generate?

It generates PNG images for diagrams and CSV files for related data.

Project Info
Created At
8 months ago
Updated At
8 months ago
Author Name
elf004-star
Star
-
Language
-
License
-

Recommend Servers

View All
Mnemom

14 hours ago
//beforeyouship — LLM Cost Modeling From Your Editor
@Indiegoing

Query realistic LLM cost models without leaving your editor. beforeyouship models the **true monthly cost** of an LLM app architecture — retries, prompt caching, batch discounts, infra overhead, and 3×/10× growth — across GPT-5.x, Claude, Gemini, DeepSeek, and more. Not a token calculator: a planning tool for the design phase, before you commit to a stack. **No API key needed to try it** — demo mode covers the six free-tier models. A Pro key from [beforeyouship.dev](https://beforeyouship.dev) unlocks the full 18-model catalog. ## What you can ask - "How much will a RAG chatbot cost at 10,000 requests/day?" - "Compare Claude Haiku vs Gemini Flash pricing for my workload" - "What's the cheapest model for a multi-step agent at scale?" - "Show me current per-token prices for Anthropic models" ## Tools ### `estimate_cost` Full cost model for an architecture at a given usage level. Returns Naive / Realistic / Worst Case monthly cost per model, 3×/10× growth scenarios, and an opinionated recommendation with reasoning. ### `get_model_prices` Current per-1M-token pricing — input, output, cached input, batch — with context windows and staleness metadata. ### `list_archetypes` Seven preset architecture patterns (simple chatbot, chatbot with history, RAG pipeline, multi-model router, coding assistant, document processor, multi-step agent) used as starting points for estimates. ## Setup **Claude Code:** ​```bash claude mcp add --transport http beforeyouship https://beforeyouship.dev/api/mcp ​``` **Cursor / other clients** — add a remote server: ​```json { "mcpServers": { "beforeyouship": { "type": "streamable-http", "url": "https://beforeyouship.dev/api/mcp" } } } ​``` Add an `Authorization: Bearer bys_...` header with a Pro key for the full catalog. ## Try it > Estimate the monthly cost of a RAG pipeline at 10,000 requests/day

13 hours ago
Docwand

13 hours ago